Expand description
Typed errors + POSIX-style exit codes used by the CLI/GUI layer.
Enums§
- Config
Error - Error
- Library error type. Every variant carries enough context that a user-facing message can be derived without re-running the failing command.
- Exit
Code - Exit code surface for the CLI. Kept small and stable so scripts can branch on it without parsing stderr.
Type Aliases§
- Result
- Library result alias.