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.