Module error

Module error 

Source
Expand description

Crate-wide error type.

§I/O Errors

Unified error type for all reader/writer operations in Lightstream.

Covers I/O failures, type mismatches, schema violations, compression errors, and other protocol-level inconsistencies. Conversion impls are provided for common error sources so that encoders/decoders can propagate errors directly.

Enums§

IoError
Unified error type for all I/O operations.