| Class | Description |
|---|---|
| Result.Payload |
| Exception | Description |
|---|---|
| Accepted | |
| BadRequest |
Indicate a client error
|
| Conflict |
Indicate a 404 Not found response
|
| Created | |
| ErrorResult |
Base class for Error results, i.e result with status code between 400 and 600 (excluded)
|
| Forbidden |
HTTP 403 Forbidden
|
| MethodNotAllowed |
Indicate a 405 Method not allowed response
|
| NoContent |
Render NO_CONTENT response
|
| NoResult | Deprecated |
| NotAcceptable |
Indicate a 406 Not Acceptable
|
| NotFound |
Indicate a 404 Not found response
|
| NotImplemented |
Indicate a 501 Not implemented response
|
| NotModified | |
| Ok | |
| Redirect | |
| RenderBinary | |
| RenderContent | |
| RenderHtml | |
| RenderJSON | |
| RenderText |
Render a text message
|
| RenderXML | |
| Result | |
| ServerError |
Indicate an internal server error and set 500 status on response
|
| Unauthorized |
HTTP 401 Unauthorized,
Note digest type is not supported yet
|
Copyright © 2017. All Rights Reserved.