| Exception | Description |
|---|---|
| AuthenticationException |
Exception thrown when a 401 HTTP_UNAUTHORIZED response is encountered.
|
| AuthorizationException |
Exception thrown when a 403 HTTP_FORBIDDEN response is encountered.
|
| DownForMaintenanceException |
Exception thrown when a 503 HTTP_UNAVAILABLE response is encountered.
|
| RateLimitException |
Exception thrown when a 429 HTTP_TOO_MANY_REQUESTS response is encountered.
|
| ServerException |
Exception thrown when a 500 HTTP_INTERNAL_ERROR response is encountered.
|
| UnexpectedException |
Exception thrown when an unrecognized error occurs while communicating with a server.
|
| UnprocessableEntityException |
Exception thrown when a 422 HTTP_UNPROCESSABLE_ENTITY response is encountered.
|
| UpgradeRequiredException |
Exception thrown when a 426 HTTP_UPGRADE_REQUIRED response is encountered.
|