Expand description
Home of the error types.
Structs§
- Empty
Error - An
extra
error type that represents “no extension” - Metadata
NotFound - Metadata associated with this operation could not be found.
Enums§
- Account
Error - ApiError
- Billing
Error - Config
Error - Represents actix-web config errors
- Service
Error - Service
Kind Error - Transient
Error - Useful for serializing errors that don’t implement Serialize, or errors where we don’t want the error details to be transported to the client.
Traits§
- Into
Anyhow - Helper trait