Skip to main content

BrowserError

Type Alias BrowserError 

Source
pub type BrowserError = BrowserInfoError;

Aliased Type§

pub enum BrowserError {
    WindowNotFound,
    NotABrowser,
    UrlExtractionFailed(String),
    BrowserDetectionFailed(String),
    PlatformError(String),
    InvalidUrl(String),
    Timeout,
    Other(String),
}

Variants§

§

WindowNotFound

§

NotABrowser

§

UrlExtractionFailed(String)

§

BrowserDetectionFailed(String)

§

PlatformError(String)

§

InvalidUrl(String)

§

Timeout

§

Other(String)