pub type Error = Box<dyn Error + Send + Sync>;
A type alias for the error type used throughout the crate.
pub struct Error(/* private fields */);