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
Io(Error)Tuple Fields of Io
0: ErrorCredentials(Error)Tuple Fields of Credentials
0: ErrorTransport(Error)Tuple Fields of Transport
0: ErrorFields of TransportProtocolPolicyViolation
actual_version: ProtocolRef(Error)Tuple Fields of Ref
0: ErrorResponse(Error)Tuple Fields of Response
0: Error