Exception | Description |
---|---|
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.
|
HttpError |
Created by ndp on 1/27/15.
|
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.
|
Unauthorized |
The request requires user authentication.
|