Expand description
Error categories for distinguishing exit codes.
ErrorKind::Config-> exit code 1 (config/validation failure)ErrorKind::Runtime-> exit code 2 (runtime / device / I-O error)
Structs§
Enums§
- Error
Kind - Error category carried alongside messages to select exit codes.
Functions§
- exit_
code_ for - The exit code associated with an
ErrorKind.