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§
- Import
Export Error - Error type for commands import/export
- Insert
Error - Error type for add operations
- Search
Error - Error type for command searching operations
- Update
Error - Error type for update operations
Functions§
- init
- Initializes error and panics handling