Module err

Module err 

Source
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§

ReadStatCError
Error codes returned by the ReadStat C library.
ReadStatError
The main error type for the readstat crate.

Functions§

check_c_error 🔒
Check a readstat C error code, returning Ok(()) for READSTAT_OK or an appropriate error variant otherwise.