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