Expand description
Error types for the whole crate.
All error types are publicly available at the crate root.
Structs§
- Byte
VecDecoder Error - The error returned by the
ByteVecDecoder. - Compact
Size Decoder Error - An error consensus decoding a compact size encoded integer.
- Length
Prefix Exceeds MaxError - The error returned when a compact size value exceeds a configured limit.
- Unconsumed
Error - Bytes remained unconsumed after completing decoding.
- Unexpected
EofError - Not enough bytes given to decoder.
- VecDecoder
Error - The error returned by the
VecDecoder.
Enums§
- Decode
Error - An error that can occur when decoding from a byte slice.
- Decoder2
Error - Error type for
Decoder2. - Decoder3
Error - Error type for
Decoder3. - Decoder4
Error - Error type for
Decoder4. - Decoder6
Error - Error type for
Decoder6. - Read
Error - An error that can occur when reading and decoding from a buffered reader.