Module errors

Source
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§

ImportExportError
Error type for commands import/export
InsertError
Error type for add operations
SearchError
Error type for command searching operations
UpdateError
Error type for update operations

Functions§

init
Initializes error and panics handling