Skip to main content

Module error

Module error 

Source

Re-exports§

pub use ::anyhow;
pub use ::thiserror;

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.
bail
Return early with an error.

Traits§

AnyhowContext
Provides the context method for Result.

Type Aliases§

Result
App-level result type. Use in controllers, jobs, and application code. Crate-level errors use their own typed enums via thiserror.