WebDriverClient.ConnectionError exception (web_driver_client v0.3.0)

Copy Markdown View Source

Indicates the request was unable to be completed due to a low level HTTP client error.

Summary

Types

t()

@type t() :: %WebDriverClient.ConnectionError{
  __exception__: true,
  message: String.t(),
  reason: atom()
}