Enum git_protocol::fetch::refs::Error [−][src]
pub enum Error {
Io(Error),
Id(Error),
MalformedSymref(BString),
MalformedV1RefLine(String),
MalformedV2RefLine(String),
UnkownAttribute(String, String),
InvariantViolation(&'static str),
}Expand description
The error returned when parsing References/refs from the server response.
Variants
Io(Error)Tuple Fields of Io
0: ErrorId(Error)Tuple Fields of Id
0: ErrorMalformedSymref(BString)Tuple Fields of MalformedSymref
0: BStringMalformedV1RefLine(String)Tuple Fields of MalformedV1RefLine
0: StringMalformedV2RefLine(String)Tuple Fields of MalformedV2RefLine
0: StringInvariantViolation(&'static str)Tuple Fields of InvariantViolation
0: &'static str