datafusion_common::error

Type Alias 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 */);