Expand description
Error types for the readstat crate.
ReadStatCError maps the 41 error codes from the ReadStat C library to Rust
enum variants. ReadStatError is the main error type, wrapping C library errors
alongside Arrow, Parquet, I/O, and other failure modes.
Enums§
- Read
StatC Error - Error codes returned by the
ReadStatC library. - Read
Stat Error - The main error type for the readstat crate.
Functions§
- check_
c_ 🔒error - Check a readstat C error code, returning Ok(()) for
READSTAT_OKor an appropriate error variant otherwise.