Exception | Description |
---|---|
BadRequestException |
Exception wrapper for HTTP 400 Bad Request response.
|
ClientErrorException |
Exception wrapper for HTTP 4xx Client Error responses.
|
ForbiddenException |
Exception wrapper for HTTP 403 Forbidden response.
|
InternalServerErrorException |
Exception wrapper for HTTP 500 Internal Server Error response.
|
NotFoundException |
Exception wrapper for HTTP 404 Not Found response.
|
ServerErrorException |
Exception wrapper for HTTP 5xx Server Error responses.
|
ServiceUnavailableException |
Exception wrapper for HTTP 503 Service Unavailable response.
|
SocialIdApiException |
Generic SocialIdApi exception.
|
UnauthorizedException |
Exception wrapper for HTTP 401 Unauthorized response.
|
UnprocessableEntityException |
Exception wrapper for HTTP 422 Unprocessable Entity response.
|