Skip to main content

Module error

Module error 

Source
Expand description

Error types for crate::record.

Demonstrates the canonical struct + Kind shape from the project research: RecordError carries shared context (base_offset) that’s useful for any variant; RecordErrorKind enumerates the specific failure modes.

Structs§

RecordError
Error from record-batch / record / header read or write.

Enums§

RecordErrorKind
Specific reason a record-batch operation failed.