Type Alias datafusion::common::error::GenericError
source · pub type GenericError = Box<dyn Error + Sync + Send>;
Expand description
Error type for generic operations that could result in DataFusionError::External
Aliased Type§
struct GenericError(/* private fields */);