Expand description
Shared error type and error traits.
Enums§
- CliCore
Error - Framework error type.
Traits§
- Detailed
Error - Error trait for values that carry structured output-envelope metadata.
- Exit
Coder - 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.