Macros§
- Create a new
ErrorContext
stack - Create a new
ErrorContext
stack and immediately return it asResult::Err
Structs§
- An annotated error stack
ErrorIterator
- iterates over the chain ofError::source
- An error stack with all messages flattened into strings, trivial to (de)serialize
Enums§
- A helper enum for easily cloneable strings
Traits§
- A helper trait for converting an anyhow error stack into an
ErrorContext
stack - A helper trait for converting anyhow results into
ErrorContext
results - A helper trait for annotating any Error with an
ErrorContext
- A helper trait for annotating result errors and empty options