Expand description
Error utilities.
Macros§
- message_
error - Define a message error.
Structs§
- Errors
- An Error that contains zero or more errors.
- Fail
Fast Error Recipient - ErrorRecipient that fails on the first given error.
Traits§
- AsErrors
Result - Converts to a Result with Errors.
- Error
Recipient - A recipient of errors.
- With
Path - With path.
Type Aliases§
- Boxed
Error - A non-thread-safe (less constrained) version of CapturedError.
- Captured
Error - A thread-safe
dyn
error.