pub type Error = Box<dyn Error + Send + Sync + 'static>;
The error type for all conversions.
struct Error(/* private fields */);