Enum git_url::parse::Error [−][src]
pub enum Error {
Utf8(Utf8Error),
Url(String),
UnsupportedProtocol(String),
EmptyPath,
RelativeUrl(String),
}Expand description
The Error returned by parse()
Variants
Utf8(Utf8Error)Tuple Fields of Utf8
0: Utf8ErrorUrl(String)Tuple Fields of Url
0: StringUnsupportedProtocol(String)Tuple Fields of UnsupportedProtocol
0: StringRelativeUrl(String)Tuple Fields of RelativeUrl
0: String