class |
BadRequestException |
400 Bad Request (HTTP/1.1 - RFC 2616).
|
class |
ConflictException |
409 Conflict (HTTP/1.1 - RFC 2616).
|
class |
ForbiddenException |
403 Forbidden (HTTP/1.0 - RFC 1945).
|
class |
InternalServerErrorException |
500 Server Error (HTTP/1.0 - RFC 1945).
|
class |
InvalidServiceResponseException |
This exception class represents an invalid response body received from the server.
|
class |
NotAcceptableException |
406 Not Acceptable (HTTP/1.0 - RFC 1945).
|
class |
NotFoundException |
404 Not Found (HTTP/1.0 - RFC 1945).
|
class |
RequestTooLargeException |
413 Request Entity Too Large (HTTP/1.1 - RFC 2616).
|
class |
ServiceUnavailableException |
503 Service Unavailable (HTTP/1.0 - RFC 1945).
|
class |
TooManyRequestsException |
429 Too Many Requests (HTTP/1.1 - RFC 6585).
|
class |
UnauthorizedException |
401 Unauthorized (HTTP/1.0 - RFC 1945).
|
class |
UnsupportedException |
415 Unsupported Media Type (HTTP/1.1 - RFC 2616).
|