Module error

Source
Expand description

Error utilities.

Macros§

message_error
Define a message error.

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.
WithPath
With path.

Type Aliases§

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