Enum speedtest_rs::error::Error [−][src]
pub enum Error {
Show 15 variants
Reqwest(Error),
Io(Error),
Csv(Error),
ParseFloatError(ParseFloatError),
ParseIntError(ParseIntError),
AddrParseError(AddrParseError),
RoXmlTreeError(Error),
ConfigParseError,
ServerParseError,
LatencyTestInvalidPath,
LatencyTestClosestError,
UrlParseError(ParseError),
SystemTimeError(SystemTimeError),
ParseShareUrlError,
ThreadPoolBuildError(ThreadPoolBuildError),
}Variants
Reqwest(Error)Io(Error)Csv(Error)ParseFloatError(ParseFloatError)ParseIntError(ParseIntError)AddrParseError(AddrParseError)RoXmlTreeError(Error)UrlParseError(ParseError)SystemTimeError(SystemTimeError)ThreadPoolBuildError(ThreadPoolBuildError)Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error