pub type GenericError = Box<dyn Error + Send + Sync + 'static>;
Catch-all error type
pub struct GenericError(/* private fields */);