Skip to main content

Module error

Module error 

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

PrimitiveError
Error returned by primitive read operations.

Enums§

PrimitiveErrorKind
Specific reason a primitive read failed.