Expand description
The error type the binary reports.
Each module owns a typed error describing what can go wrong inside it; this enum is the union the command handlers return.
Enums§
- Error
- Anything that can stop a command from completing.
Traits§
- IoResult
Ext - Attaches the path and the attempted operation to an I/O failure.
Functions§
- report
- Renders an error and its causes to standard error.