pub type BoxError = Box<dyn Error + Sync + Send + 'static, Global>;
Alias for a type-erased error type.