pub type BoxError = Box<dyn Error>;
Wrapper for a generic error.
pub struct BoxError(/* private fields */);