PatchbayProtocolException class final

The App answered, and the answer broke the protocol.

Distinct from PatchbayTransportException on purpose: this one means the peer was reached and said something the contract does not allow, so a retry on the same host reproduces it.

Implemented types

Constructors

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

Properties

code String
final
details Map<String, Object?>
What the host already told the CLI about this failure.
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