Enum git_protocol::fetch::Error [−][src]
pub enum Error {
Io(Error),
Credentials(Error),
Transport(Error),
SymrefWithoutValue,
TransportProtocolPolicyViolation {
actual_version: Protocol,
},
Ref(Error),
Response(Error),
}Expand description
The error used in [fetch()][super::fetch].
Variants
Tuple Fields of Io
0: ErrorTuple Fields of Credentials
0: ErrorTuple Fields of Transport
0: ErrorFields of TransportProtocolPolicyViolation
actual_version: ProtocolTuple Fields of Ref
0: ErrorTuple Fields of Response
0: Error