pub type Error = Box<dyn Error + Send + Sync + 'static>;
Represents errors that can be exposed by this crate.
struct Error(/* private fields */);