Skip to main content

Module error

Module error 

Source
Expand description

Contains the PyArrowError, the Error returned by most fallible functions in this crate.

Enums§

PyArrowError
The Error variants returned by this crate.

Type Aliases§

PyArrowResult
A type wrapper around Result<T, PyArrowError>.