| AuthorizationException |
The AuthorizationException happens when an invalid token access is used to query the account
information endpoint.
|
| ForbiddenStateException |
The ForbiddenStateException occurs when a user attempts to retrieve the transcript or caption of
a 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 is not associated with a job submitted
by the user.
|
| 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 reaches a
throttling limit.
|