Enum git_transport::client::Error [−][src]
pub enum Error { Io { err: Error, }, Capabilities { err: Error, }, LineDecode { err: Error, }, ExpectedLine(&'static str), ExpectedDataLine, AuthenticationUnsupported, AuthenticationRefused(&'static str), UnsupportedProtocolVersion(BString), Http(Infallible), }
Expand description
The error used in most methods of the client
module
Variants
Fields of Io
err: Error
Fields of Capabilities
err: Error
Fields of LineDecode
err: Error
Tuple Fields of ExpectedLine
0: &'static str
Tuple Fields of AuthenticationRefused
0: &'static str
Tuple Fields of UnsupportedProtocolVersion
0: BString
Tuple Fields of Http
0: Infallible
Trait Implementations
Performs the conversion.