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