pub type GenericError = Box<dyn Error + Sync + Send>;
Error type for generic operations that could result in DataFusionError::External
struct GenericError(/* private fields */);