Expand description
Centralized error and panic handling for the application.
This module sets up enhanced error reporting using color-eyre
and configures custom panic hooks.
It ensures that errors and panics are gracefully handled, logged to the designated log file, and presented to the user.
Enums§
- AppError
- A top-level error enum for the entire application
- User
Facing Error - Represents all possible errors that are meant to be displayed to the end-user
Functions§
- init
- Initializes error and panics handling
Type Aliases§
- Result
- A specialized
Result
type for this application