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
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