Module error

Source
Expand description

Simple and versatile error handling and logging.

Traits§

LogError
Enables logging of errors, to move forward without returning the error.

Functions§

display_error
use this to make sure you have a descriptive message including a stack trace for anyhow errors, and otherwise just display the normal string for other errors.