Expand description
Error primitives.
Structs§
- BadRequest
- An HTTP error which represents
400 Bad Request. - Error
- A type which holds a value of
HttpErrorin a type-erased form. - NotPresent
- An error type indicating that a necessary elements was not given from the client.
- Server
Error - An HTTP error which represents
500 Internal Server Error
Traits§
- Http
Error - Trait representing error values from endpoints.