Options
Menu

Class ResyncErrorEvent

Emitted when a RealTimeModel reconnects to the server and when the resynchronization process starts.

Hierarchy

  • ResyncErrorEvent

Implements

Index

Properties

Properties

message

message: string

A message describing the error.

name

name: string = ResyncErrorEvent.NAME

The name of this event type. This can be used to filter when using the ConvergenceEventEmitter.events stream.

experimental

src

The RealTimeModel that encountered the resync error.

NAME

NAME: "resync_error" = "resync_error"