Module error

Module error 

Source
Expand description

Error primitives.

Structs§

BadRequest
An HTTP error which represents 400 Bad Request.
Error
A type which holds a value of HttpError in a type-erased form.
NotPresent
An error type indicating that a necessary elements was not given from the client.
ServerError
An HTTP error which represents 500 Internal Server Error

Traits§

HttpError
Trait representing error values from endpoints.