Enum polars_core::error::PolarsError  
source · [−]pub enum PolarsError {
Show 20 variants
    PolarsArrowError(PolarsError),
    ArrowError(ArrowError),
    InvalidOperation(Cow<'static, str>),
    SchemaMisMatch(Cow<'static, str>),
    NotFound(String),
    ShapeMisMatch(Cow<'static, str>),
    ComputeError(Cow<'static, str>),
    OutOfBounds(Cow<'static, str>),
    NoSlice,
    NoData(Cow<'static, str>),
    ValueError(Cow<'static, str>),
    MemoryNotAligned,
    RandError(String),
    HasNullValues(Cow<'static, str>),
    UnknownSchema(Cow<'static, str>),
    Various(Error),
    Io(Error),
    Regex(Error),
    Duplicate(Cow<'static, str>),
    ImplementationError,
}Variants
PolarsArrowError(PolarsError)
ArrowError(ArrowError)
InvalidOperation(Cow<'static, str>)
SchemaMisMatch(Cow<'static, str>)
NotFound(String)
ShapeMisMatch(Cow<'static, str>)
ComputeError(Cow<'static, str>)
OutOfBounds(Cow<'static, str>)
NoSlice
NoData(Cow<'static, str>)
ValueError(Cow<'static, str>)
MemoryNotAligned
RandError(String)
HasNullValues(Cow<'static, str>)
UnknownSchema(Cow<'static, str>)
Various(Error)
Io(Error)
Regex(Error)
Duplicate(Cow<'static, str>)
ImplementationError
Trait Implementations
Performs the conversion.
Performs the conversion.