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

pub struct WebDriverError {
    pub error: ErrorStatus,
    pub message: Cow<'static, str>,
    pub stack: Cow<'static, str>,
    pub delete_session: bool,
}

Fields

Methods

impl WebDriverError
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for WebDriverError
[src]

[src]

Formats the value using the given formatter.

impl ToJson for WebDriverError
[src]

[src]

Converts the value of self to an instance of JSON

impl Error for WebDriverError
[src]

[src]

A short description of the error. Read more

[src]

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

impl Display for WebDriverError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<ParserError> for WebDriverError
[src]

[src]

Performs the conversion.

impl From<Error> for WebDriverError
[src]

[src]

Performs the conversion.

impl From<DecoderError> for WebDriverError
[src]

[src]

Performs the conversion.

impl From<FromBase64Error> for WebDriverError
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.