| AuthorizationException |
The AuthorizationException happens when an invalid token access is used to query any
endpoint.
|
| ForbiddenRequestException |
The ForbiddenRequestException happens when the request contains parameters that do not pass validation
or the request is not allowed for the user
|
| ForbiddenStateException |
The ForbiddenStateException occurs when a user attempts to retrieve the result of
an unprocessed job.
|
| InvalidHeaderException |
The InvalidHeaderException occurs when a header that's passed along a query is not recognized by
the API.
|
| InvalidParameterException |
The InvalidParameterException occurs when a parameter that's passed along a query is not
recognized by the API.
|
| ResourceNotFoundException |
The ResourceNotFoundException occurs when a job ID queried cannot be found.
|
| RevAiApiException |
The RevAiApiException wraps standard Java IOException and enriches them with custom information.
|
| ThrottlingLimitException |
ThrottlingLimitException occurs when the number of queries within a given period exceeds a
throttling limit.
|