Expand description
Error handling and exit code management for CQLite CLI
This module defines standardized exit codes as specified in M2_CLI_SPEC.md and provides utilities for classifying errors and printing helpful messages.
Enums§
- CliExit
Code - CLI exit codes as specified in M2_CLI_SPEC.md line 340
Functions§
- classify_
error - Classify an error into appropriate exit code category
- get_
error_ hint - Get context-aware hint based on error details and exit code
- print_
error - Print error with appropriate formatting and helpful hint