> ## Documentation Index
> Fetch the complete documentation index at: https://gmlp.kdco.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Errors

> Typed error classes and when to use them.

## Error classes

* `GoogleMapsUrlError`
* `EmptyInputError`
* `InvalidGoogleMapsUrlError`
* `DisallowedHostnameError`
* `UnsupportedGoogleMapsUrlError`
* `RedirectLimitError`
* `NetworkTimeoutError`
* `NetworkRequestError`
* `GoogleProviderError`

## Guidance

Use throwing variants when invalid URLs should interrupt the request immediately.
Use safe variants when you want a single return shape throughout the call chain.
