Module err

Source
Expand description

Helper module with this crate’s error type.

Terminal errors complement I/O errors by providing additional information about error conditions when scanning or parsing terminal input. They seamlessly convert to and from I/O errors.

Structs§

Error
A terminal error.

Enums§

ErrorKind
The enumeration of error kinds.

Functions§

report
Report the error, including any sources.
should_retry
Determine whether an operation should be retried.