TransportStatusError class

TransportStatusError is an error related to a JSON-RPC transport.

If you want to identify errors in your network transport, for example, this provides a hook for that purpose.

Implemented types

Constructors

TransportStatusError(String message, [dynamic request, dynamic data])
constructor

Properties

data ↔ dynamic
maybe some helpful data
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String
maybe a helpful message
getter/setter pair
request ↔ dynamic
maybe the request itself
getter/setter pair
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