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