Module error_tools::error
source · Expand description
Alias for std::error::BasicError.
Modules§
- Exposed namespace of the module.
- Shared with parent namespace of the module
- Prelude to use essentials:
use my_module::prelude::*
. - Protected namespace of the module.
Macros§
- Macro to generate an error descriptor.
- Macro to return an Err( error ) generating error descriptor.
Structs§
- baic implementation of generic BasicError
Traits§
Error
is a trait representing the basic expectations for error values, i.e., values of typeE
inResult<T, E>
.