| Interface | Description |
|---|---|
| ExceptionHandler |
An exception handler is used to perform further operations when an
AudioBoxException is thrown. |
| Class | Description |
|---|---|
| Errors |
This class is used to parse error messages.
|
| Exception | Description |
|---|---|
| AudioBoxException |
Generic AudioBox service exceptions.
|
| AuthorizationException |
This exception is thrown when the OAuth2 token and/or the refresh token
have been invalidated or they are expired.
|
| FileAlreadyUploaded |
This exception is thrown while uploading if a media file already exists on AudioBox Cloud.
|
| ForbiddenException |
This exception is thrown when the user tries to access
a resource he's not allowed to access, because of ownership
or account state.
|
| RemoteMessageException |
This exception is the parent exception for:
AuthorizationException
ValidationException
FileAlreadyUploaded
SystemOverloadedException
It is used for those exception risen by responses given by the service
that bring some information on what gone wrong. |
| ResourceNotFoundException |
This exception is thrown when a 404 is returned by the service.
|
| SyncException |
This exception is thrown whenever an error occurs while trying to
sync a playlist with the remote service. |
| SystemOverloadedException |
This exception is thrown when AudioBox servers are overloaded or same job submitted too fast.
|
| ValidationException |
This exception is thrown when a POST or PUT request rise a remote validation error.
|