WebDriverClient. UnexpectedResponseError exception
(web_driver_client v0.3.0)
Copy Markdown
View Source
Indicates an unexpected response was returned from the server
Summary
Types
@type t() :: %WebDriverClient.UnexpectedResponseError{ __exception__: true, message: String.t(), protocol: WebDriverClient.Config.protocol(), reason: term(), response_body: term() }