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