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§
- Record
Error - Error from record-batch / record / header read or write.
Enums§
- Record
Error Kind - Specific reason a record-batch operation failed.