| Class | Description |
|---|---|
| ApiError |
An error returned by the API, including some extra information for aiding in debugging.
|
| Exception | Description |
|---|---|
| AccessNotConfiguredException |
Indicates that the API call was not configured for the supplied credentials and environmental
conditions.
|
| ApiException |
ApiException and its descendants represent an error returned by the remote API.
|
| InvalidRequestException |
Indicates that the API received a malformed request.
|
| MaxElementsExceededException |
Indicates that the product of origins and destinations exceeds the per-query limit.
|
| NotFoundException |
Indicates at least one of the locations specified in the request's origin, destination, or
waypoints could not be geocoded.
|
| OverDailyLimitException |
Indicates that the requesting account has exceeded its daily quota.
|
| OverQueryLimitException |
Indicates that the requesting account has exceeded its short-term quota.
|
| RequestDeniedException |
Indicates that the API denied the request.
|
| UnknownErrorException |
Indicates that the server encountered an unknown error.
|
| ZeroResultsException |
Indicates that no results were returned.
|