Module error

Source
Expand description

§Error and Result for this crate

This crate defines a common Error structure that’s used across this trait, or that certain utilities convert their errors to.

Structs§

Error
This crate’s error structure which internal errors are converted into.
Location

Enums§

ErrorType

Type Aliases§

Result
This crate’s result type using the Error structure.