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§
- Arrow
Conversion Error - Root error type for hdbconnect-arrow crate.
Type Aliases§
- Result
- Result type alias for Arrow conversion operations.