Expand description
Error types for crate::primitives.
Two failure modes: insufficient buffer or malformed varint. Both are deterministic from the byte stream so a position-counting context is not tracked here — callers higher up (record, frame) wrap with their own context if needed.
Structs§
- Primitive
Error - Error returned by primitive read operations.
Enums§
- Primitive
Error Kind - Specific reason a primitive read failed.