Module error

Source
Expand description

Error handling for this crate

Structs§

LeveledError
Combination of a SystemError with an anyhow error and its time window
TypedError
Combination of a SystemError with an anyhow error

Enums§

ErrorLevel
The time window in which the error has occurred
SystemError
A low-level error issued by the operating system

Traits§

ResultExt
Converts a Result into one of our own Result types
TypedResultExt
Converts a TypedResult to one of our own Result types

Type Aliases§

LeveledResult
A Result containing a SystemError with its accompanying error and time window
TypedResult
A Result containing a SystemError with its accompanying source