Skip to main content

Module error

Module error 

Source
Expand description

The single error type returned by the library.

Every fallible entry point yields AppError, so an embedder matches on one enum instead of the several error types the internals use. The binary maps the same variants to exit codes.

Enumsยง

AppError
Application error. Wraps IO and validation failures encountered by the CLI.