Module error

Source
Expand description

Home of the error types.

Structs§

EmptyError
An extra error type that represents “no extension”
MetadataNotFound
Metadata associated with this operation could not be found.

Enums§

AccountError
ApiError
BillingError
ConfigError
Represents actix-web config errors
ServiceError
ServiceKindError
TransientError
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§

IntoAnyhow
Helper trait