Enum speedtest_rs::error::Error [] [src]

pub enum Error {
    ConfigDownloadFailed,
    ConfigParseError,
    ServerListParseError,
    LatencyTestInvalidPath,
    LatencyTestClosestError,
    Hyper(HyperError),
}

Variants

ConfigDownloadFailedConfigParseErrorServerListParseErrorLatencyTestInvalidPathLatencyTestClosestErrorHyper(HyperError)

Trait Implementations

impl Debug for Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl From<HyperError> for Error
[src]

fn from(err: HyperError) -> Error

Performs the conversion.