Skip to main content

Module error

Module error 

Source
Expand description

Typed errors + POSIX-style exit codes used by the CLI/GUI layer.

Enums§

ConfigError
Error
Library error type. Every variant carries enough context that a user-facing message can be derived without re-running the failing command.
ExitCode
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.