SyncError

data class SyncError(val cause: Throwable) : ChannelEvent

Published when a RefreshChannel heartbeat fails non-recoverably. Recoverable session expiry (ErrSessionNotFound) is handled internally by a transparent re-attach and does not emit this event.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
open override val sessionCount: Long = 0

Current session count value. Zero for non-count events.