web_driver_client v0.2.0 WebDriverClient.ProtocolMismatchError exception View Source

Indicates the server returned a parsable response, but not for the requested protocol.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

Link to this type

t()

View Source
t() :: %{
  response: {:ok, term()} | {:error, WebDriverClient.basic_reason()},
  expected_protocol: WebDriverClient.Config.protocol(),
  actual_protocol: WebDriverClient.Config.protocol()
}

Link to this section Functions

Callback implementation for Exception.message/1.