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
Tuple Fields of Io
0: ErrorTuple Fields of Id
0: ErrorTuple Fields of MalformedSymref
0: BStringTuple Fields of MalformedV1RefLine
0: StringTuple Fields of MalformedV2RefLine
0: StringTuple Fields of InvariantViolation
0: &'static str