Skip to main content

Module error

Module error 

Source
Expand description

Error hierarchy for hdbconnect-arrow.

Follows the “canonical error struct” pattern from Microsoft Rust Guidelines. Exposes is_xxx() methods rather than internal ErrorKind for future-proofing.

Structs§

ArrowConversionError
Root error type for hdbconnect-arrow crate.

Type Aliases§

Result
Result type alias for Arrow conversion operations.