Enums§
- RecError
- Error types for the rec CLI.
Constants§
- EXIT_
INTERRUPTED - Exit code for interrupted execution (Ctrl+C)
- EXIT_
SUCCESS - Exit code for successful execution
- EXIT_
SYSTEM_ ERROR - Exit code for system errors (I/O, permissions, corrupt data)
- EXIT_
USER_ ERROR - Exit code for user errors (bad input, not found, invalid state)
Type Aliases§
- Result
- Result type alias using
RecError