Skip to main content

Module errors

Module errors 

Source
Expand description

Global error usage without cluttering each file.

Macros§

bail
Return early with an error.
eyre
Construct an ad-hoc error from a string.

Structs§

Error
The core error reporting type of the library, a wrapper around a dynamic error reporting type.

Traits§

WrapErr
Provides the wrap_err method for Result.

Type Aliases§

Result
type alias for Result<T, Report>