Module app_frame::error

source ·
Expand description

Simple and versatile error handling and logging.

Traits

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

Functions

  • 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.