RejectRequest class final

Fail the request without touching the real source.

Returned for replay misses under ReplayMissBehavior.reject. The message is phrased by the recorder — it knows the session — so every adapter reports the same miss the same way.

Inheritance

Constructors

RejectRequest(String message)

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Why the request was rejected.
final
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