Registry / utility / polars-error

polars-error

JSON →
library0.54.4rscratesunverified

Error definitions for the Polars DataFrame library.

# Cargo.toml [dependencies] polars-error = "0.54.4"
INSTALL
IMPORT
SIG · POLARS-ERROR
P
polars-error
utilityrustv0.54.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PolarsError
✓ use polars_error::PolarsError;

Create and handle Polars errors.

use polars_error::PolarsError; fn main() { let err = PolarsError::ComputeError("example error".into()); println!("Error: {}", err); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.54.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
polars-error — cargo add polars-error · libregistry