Enum git_transport::client::connect::Error [−][src]
pub enum Error {
Url(Error),
PathConversion(Utf8Error),
Connection(Box<dyn Error + Send + Sync>),
UnsupportedUrlTokens(BString, Scheme),
UnsupportedScheme(Scheme),
}Expand description
The error used in [connect()].
Variants
Url(Error)Tuple Fields of Url
0: ErrorPathConversion(Utf8Error)Tuple Fields of PathConversion
0: Utf8ErrorUnsupportedScheme(Scheme)Tuple Fields of UnsupportedScheme
0: Scheme