Exception | Description |
---|---|
BadGateway |
The server encountered an unexpected condition which prevented it from fulfilling the request.
|
BadRequest |
The request could not be understood by the server due to malformed syntax.
|
Forbidden |
The server understood the request, but is refusing to fulfill it.
|
InternalError |
The server encountered an unexpected condition which prevented it from fulfilling the request.
|
NotAcceptable |
The resource identified by the request is only capable of generating
response entities which have content characteristics not acceptable
according to the accept headers sent in the request.
Unless it was a HEAD request, the response SHOULD include an entity containing a list of available entity characteristics and location(s) from which the user or user agent can choose the one most appropriate. |
NotFound |
The server has not found anything matching the Request-URI.
|
NotImplemented |
The server does not support the functionality required to fulfill the request.
|
Unauthorized |
The request requires user authentication.
|