Module error

Source

Macrosยง

err ๐Ÿ”’
Creates a new ad hoc error with no causal chain.

Structsยง

AdhocError ๐Ÿ”’
A generic error message.
Error
An error that can occur in this crate.
ErrorInner ๐Ÿ”’
FilePathError ๐Ÿ”’
IOError ๐Ÿ”’
A std::io::Error.
RangeError ๐Ÿ”’
An error that occurs when an input value is out of bounds.

Enumsยง

ErrorKind ๐Ÿ”’
The underlying kind of a Error.

Traitsยง

ErrorContext ๐Ÿ”’
A trait for contextualizing error values.
IntoError ๐Ÿ”’
A simple trait to encapsulate automatic conversion to Error.