#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub(crate) enum IndexKeyDecodeError {
InvalidKeyKind,
InvalidSize,
InvalidIndexIdBytes,
InvalidIndexLength,
InvalidPrimaryKey,
TrailingBytes,
TruncatedKey,
ZeroLengthSegment,
OverlongSegment,
SegmentOverflow,
}