Enum git_protocol::fetch::response::Error [−][src]
pub enum Error {
Io(Error),
Transport(Error),
MissingServerCapability(&'static str),
UnknownLineType(String),
UnknownSectionHeader(String),
}Expand description
The error used in the response module.
Variants
Tuple Fields of Io
0: ErrorTuple Fields of Transport
0: ErrorTuple Fields of MissingServerCapability
0: &'static strTuple Fields of UnknownLineType
0: StringTuple Fields of UnknownSectionHeader
0: String