Module error

Module error 

Source
Expand description

Main Error handling of the library

Internally all errors are wrapped in the ServerError type.

Externally the Error should be used or implement the ResponseError trait.

Re-exports§

pub use response_error::ResponseError;

Modules§

response_error
The ResponseError trait

Structs§

Error
External Error type should implement the ResponseError trait.

Enums§

ServerError
The main error type used in the library