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

hashCode int
The hash code for this object.
no setterinherited
message String?
The optional human readable message sent by the relay.
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited