pub type Error = Box<dyn Error>;
Universal error type used in the crate
struct Error(/* private fields */);