Expand description
The error prelude.
Re-exports§
- pub use super::IgnoreLogging;
- pub use super::WithContext;
- pub use super::WithContextUntyped;
- pub use crate::Result;
Macros§
- _eco_format 
- Formats a string.
Create a new EcoStringfrom a format string.
- bail
- Bails with the given arguments.
- error_once 
- Creates an error with a message.
- error_once_ map 
- Maps the given error to an error with arguments.
- error_once_ map_ string 
- Maps the given string error to an error with arguments.
Functions§
- _error_once 
- Creates an error with arguments.
- _msg
- Creates an error with a message.
- map_err
- Maps the given error to an error.
- map_err_ with_ args 
- Maps the given error to an error with arguments.
- map_into_ err 
- Maps the given error to an error.
- map_into_ err_ with_ args 
- Maps the given error to an error with arguments.
- map_string_ err 
- Maps the given string error to an error.
- map_string_ err_ with_ args 
- Maps the given string error to an error with arguments.
- wrap_err 
- Wraps the given error.
- wrap_err_ with_ args 
- Wraps the given error with arguments.