Enum gitoxide_core::net::connect::Error [−]
pub enum Error {
Url(Error),
PathConversion(Utf8Error),
Connection(Box<dyn Error + Send + Sync + 'static, Global>),
UnsupportedUrlTokens(BString, Scheme),
UnsupportedScheme(Scheme),
CompiledWithoutHttp(Scheme),
}Expand description
The error used in [connect()].
Variants
Url(Error)Tuple Fields of Url
0: ErrorUnsupportedUrlTokens(BString, Scheme)Tuple Fields of UnsupportedUrlTokens
0: BString1: SchemeUnsupportedScheme(Scheme)Tuple Fields of UnsupportedScheme
0: SchemeCompiledWithoutHttp(Scheme)Tuple Fields of CompiledWithoutHttp
0: Scheme