Skip to main content

Module error

Module error 

Source
Expand description

Shared error type and error traits.

Enums§

CliCoreError
Framework error type.

Traits§

DetailedError
Error trait for values that carry structured output-envelope metadata.
ExitCoder
Error trait for values that carry a process exit code.

Functions§

exit_code_for_error
Maps an error chain to the framework’s process-style exit code.
exit_code_for_exit_coder
Returns the exit code carried by an ExitCoder.

Type Aliases§

Result
Crate-wide result type.