FirehoseOutdatedCursorException class final
Reported through Firehose.onError when the relay answers with an #info
OutdatedCursor.
Not thrown: the subscription continues from wherever the relay resumed it. It is surfaced because it is the only signal that events between the requested cursor and that point have been lost for good.
- Implemented types
Constructors
- FirehoseOutdatedCursorException([String? message])
-
Returns the new instance of FirehoseOutdatedCursorException.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited