Expand description
Generic error types ready for web servers
Structs§
- An RFC-7807 compatible error implementing axum’s IntoResponse
- This type represents an error in the service
Enums§
- Generic error codes, they’re usually not meant for the end-user
- GraphQL error
Traits§
- Utility trait to map any
Result<T,E>to aResult<T, Box<Error>> - Utility trait to extend a Result