Wd.ErrorCommand or protocol errors.
module Response : sig ... endError responses.
type t = | Response of Response.tAn error from a command invocation.
*)| Protocol of stringA protocol error, this should not happen. Either a WebSocket or JSON codec error.
*)| Connection_closingThe is error is raised by command calls or Event.await if Connection.close is called on the connection.
The type for WebDriver errors.
val pp : Stdlib.Format.formatter -> t -> unitpp formats errors for inspection.