Module error

Source
Expand description

Error utilities.

Structs§

Errors
An Error that contains zero or more errors.
FailFastErrorRecipient
ErrorRecipient that fails on the first given error.

Traits§

AsErrorsResult
Converts to a Result with Errors.
ErrorRecipient
A recipient of errors.

Type Aliases§

BoxedError
A non-thread-safe (less constrained) version of CapturedError.
CapturedError
A thread-safe dyn error.