pub type Error = Box<dyn Error + Send + Sync>;
Generic error type
pub struct Error(/* private fields */);