Enum compact_encoding::types::EncodingErrorKind
source · pub enum EncodingErrorKind {
OutOfBounds,
Overflow,
InvalidData,
}
Expand description
Specific type EncodingError
Variants§
OutOfBounds
Encoding or decoding did not stay between State start
and end
.
Overflow
Buffer data overflowed type during encoding or decoding.
InvalidData
Buffer contained invalid data during decoding.