Enum git_packetline::decode::Error [−][src]
pub enum Error {
HexDecode(String),
DataLengthLimitExceeded(usize),
DataIsEmpty,
InvalidLineLength,
Line(BString, usize),
NotEnoughData(usize),
}Expand description
The error used in the [decode][crate::decode] module
Variants
HexDecode(String)
Tuple Fields
0: StringDataLengthLimitExceeded(usize)
Tuple Fields
0: usizeDataIsEmpty
InvalidLineLength
Line(BString, usize)
NotEnoughData(usize)
Tuple Fields
0: usize