web_driver_client v0.2.0 WebDriverClient.ConnectionError exception View Source

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

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %WebDriverClient.ConnectionError{
  __exception__: term(),
  message: String.t(),
  reason: atom()
}