Type Alias datafusion_common::error::GenericError

source ·
pub type GenericError = Box<dyn Error + Send + Sync>;
Expand description

Error type for generic operations that could result in DataFusionError::External

Aliased Type§

struct GenericError(/* private fields */);