Expand description
Errors buffer I/O
Structs§
- Insufficient
Space At - An error indicating insufficient space at a specific offset in a buffer.
- OutOf
Bounds - An error that occurs when an offset is beyond the buffer’s boundaries.
- TryAdvance
Error - An error that occurs when trying to advance the buffer cursor beyond available data.
- TryPeek
Error - An error that occurs when trying to peek at data beyond the buffer’s available bytes.
- TryRead
Error - An error that occurs when trying to read data from a buffer with insufficient bytes.
- TrySegment
Error - An error that occurs when trying to create a segment with an invalid range.
- TryWrite
Error - An error that occurs when trying to write data to a buffer with insufficient space.
Enums§
- Read
Varint Error varing - Decoding varint error.
- TryWrite
AtError - An error that occurs when trying to write at a specific offset in the buffer.
- Write
Varint AtError varing - An error that occurs when trying to write type in LEB128 format at a specific offset in the buffer.
- Write
Varint Error varing - Encode varint error