Crate liberr

Source

Macros§

create_err

Structs§

LibErr
LibErr is an Error type that allows tracking where in the codebase the error occured, while building a trace.
TraceIter
TraceIter allows iterating down trace of a LibErr by iterating through the sources. This means the first element will be the most outter LibErr, where the next LibErr is to be the source (or cause) of the previous LibErr