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
ResponseErrortrait
Structs§
- Error
- External Error type should implement the
ResponseErrortrait.
Enums§
- Server
Error - The main error type used in the library