Skip to main content

Crate errcode

Crate errcode 

Source

Modules§

prelude
A module containing helpful imports for using this crate.

Macros§

bail
Returns from the function with a newly constructed Error.
ensure
Returns an Error from the function if a condition is true.
error
Constructs a new Error.
error_info
Creates a new ErrorInfo.

Structs§

Error
ErrorFrame
ErrorFrameIter
ErrorInfo

Traits§

ErrorCode
A type that can be used as an error code for this crate.

Derive Macros§

ErrorCode