Crate sift_error

Source

Modules§

prelude
Other Sift crates should just import this prelude to get everything necessary to construct Error types.

Structs§

Error
Error type returned across all Sift crates.

Enums§

ErrorKind
Various categories of errors that can occur throughout Sift crates.

Traits§

SiftError
Trait that defines the behavior of errors that Sift manages.

Type Aliases§

BoxedError
Result
A Result that returns Error as the error-type.