pub type PyArrowException = ArrowException;Expand description
Represents an exception raised by PyArrow.
Aliased Type§
#[repr(transparent)]pub struct PyArrowException(pub(crate) PyAny);Tuple Fields§
§0: PyAnypub type PyArrowException = ArrowException;Represents an exception raised by PyArrow.
#[repr(transparent)]pub struct PyArrowException(pub(crate) PyAny);0: PyAny