Struct webdriver::error::WebDriverError [] [src]

pub struct WebDriverError {
    pub error: ErrorStatus,
    pub message: Cow<'static, str>,
    // some fields omitted
}

Fields

Methods

impl WebDriverError
[src]

Trait Implementations

impl Debug for WebDriverError
[src]

Formats the value using the given formatter.

impl Display for WebDriverError
[src]

Formats the value using the given formatter.

impl ToJson for WebDriverError
[src]

Converts the value of self to an instance of JSON

impl Error for WebDriverError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<ParserError> for WebDriverError
[src]

Performs the conversion.

impl From<IoError> for WebDriverError
[src]

Performs the conversion.

impl From<DecoderError> for WebDriverError
[src]

Performs the conversion.

impl From<FromBase64Error> for WebDriverError
[src]

Performs the conversion.

impl From<Box<Error>> for WebDriverError
[src]

Performs the conversion.