Expand description
Error handling for this crate
Structs§
- Leveled
Error - Combination of a SystemError with an anyhow error and its time window
- Typed
Error - Combination of a SystemError with an anyhow error
Enums§
- Error
Level - The time window in which the error has occurred
- System
Error - A low-level error issued by the operating system
Traits§
- Result
Ext - Converts a Result into one of our own Result types
- Typed
Result Ext - Converts a TypedResult to one of our own Result types
Type Aliases§
- Leveled
Result - A Result containing a SystemError with its accompanying error and time window
- Typed
Result - A Result containing a SystemError with its accompanying source