Skip to main content

Module error

Module error 

Source
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§

IoResultExt
Attaches the path and the attempted operation to an I/O failure.

Functions§

report
Renders an error and its causes to standard error.