| BadGatewayException |
The server was acting as a gateway or proxy and received an invalid response from the upstream server.
|
| BadRequestException |
The request could not be understood by the server due to malformed syntax.
|
| ForbiddenException |
The server understood the request, but is refusing to fulfill it.
|
| InternalServerErrorException |
You should never receive this error because our clever coders catch them all ...
|
| NotFoundException |
The requested resource could not be found.
|
| ServiceUnavailableException |
The server is currently unable to handle the request due to a temporary condition which will be alleviated after some
delay.
|
| TooManyRequestsException |
Rate limiting has been applied.
|
| UnauthorizedException |
The request requires user authorization or, if the request included authorization credentials, authorization has been
refused for those credentials.
|