PatchbayTransportException class final

The App could not be reached, or stopped answering mid-request.

The code names the failure class and never the transport: URIs, tokens and endpoints must not reach it, for the same reason they never reach stderr.

Implemented types

Constructors

PatchbayTransportException(String code, {Map<String, Object?> details = const <String, Object?>{}})
const

Properties

code String
final
details Map<String, Object?>
final
hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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