ConnectionException class

An exception that can be thrown early in the connection sequence for a ChromeConnection.

This exception includes the underlying exception, as well as the http response from the browser that we failed on. The toString implementation includes a summary of the response.

Implemented types

Constructors

ConnectionException({required FormatException formatException, required String responseStatus, required String responseBody})

Properties

formatException FormatException
final
hashCode int
The hash code for this object.
no setterinherited
responseBody String
final
responseStatus String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited