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