Uses of Class
ai.nextbillion.maps.errors.ApiException
| Package | Description |
|---|---|
| ai.nextbillion.maps | |
| ai.nextbillion.maps.errors | |
| ai.nextbillion.maps.internal |
-
Uses of ApiException in ai.nextbillion.maps
Methods in ai.nextbillion.maps that return ApiException Modifier and Type Method Description ApiExceptionDirectionsApi.Response. getError()ApiExceptionDistanceMatrixApi.Response. getError()ApiExceptionFindPlaceFromTextRequest.Response. getError()ApiExceptionGeocodingApi.Response. getError()ApiExceptionGeolocationApi.Response. getError()ApiExceptionImageResult.Response. getError()ApiExceptionNearbySearchRequest.Response. getError()ApiExceptionPlaceAutocompleteRequest.Response. getError()ApiExceptionQueryAutocompleteRequest.Response. getError()ApiExceptionRoadsApi.RoadsResponse. getError()ApiExceptionTextSearchRequest.Response. getError()Method parameters in ai.nextbillion.maps with type arguments of type ApiException Modifier and Type Method Description GeoApiContext.BuilderGeoApiContext.Builder. setIfExceptionIsAllowedToRetry(java.lang.Class<? extends ApiException> exception, boolean allowedToRetry)Allows specific API exceptions to be retried or not retried.Methods in ai.nextbillion.maps that throw ApiException Modifier and Type Method Description TPendingResult. await()Performs the request synchronously. -
Uses of ApiException in ai.nextbillion.maps.errors
Subclasses of ApiException in ai.nextbillion.maps.errors Modifier and Type Class Description classAccessNotConfiguredExceptionIndicates that the API call was not configured for the supplied credentials and environmental conditions.classInvalidRequestExceptionIndicates that the API received a malformed request.classMaxElementsExceededExceptionIndicates that the product of origins and destinations exceeds the per-query limit.classMaxRouteLengthExceededExceptionIndicates that the requested route is too long and cannot be processed.classMaxWaypointsExceededExceptionIndicates that too many waypoints were provided in the request.classNotFoundExceptionIndicates at least one of the locations specified in the request's origin, destination, or waypoints could not be geocoded.classOverDailyLimitExceptionIndicates that the requesting account has exceeded its daily quota.classOverQueryLimitExceptionIndicates that the requesting account has exceeded its short-term quota.classRequestDeniedExceptionIndicates that the API denied the request.classUnknownErrorExceptionIndicates that the server encountered an unknown error.classZeroResultsExceptionIndicates that no results were returned.Methods in ai.nextbillion.maps.errors that return ApiException Modifier and Type Method Description static ApiExceptionApiException. from(java.lang.String status, java.lang.String errorMessage)Construct the appropriate ApiException from the response. -
Uses of ApiException in ai.nextbillion.maps.internal
Methods in ai.nextbillion.maps.internal that return ApiException Modifier and Type Method Description ApiExceptionApiResponse. getError()Methods in ai.nextbillion.maps.internal that throw ApiException Modifier and Type Method Description TGaePendingResult. await()TOkHttpPendingResult. await()