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