| 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:
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. |