An error surfaced by a realtime session via IRealtimeSession.OnError.
Mirrors the client-side RealtimeClientError shape: Fatal: true means the session is unusable (transport failure, credential expiry, unexpected close) and the consumer should finalize; Fatal: false is a provider-reported, recoverable error frame.
RealtimeClientError
Fatal: true
Fatal: false
Optional
Optional provider-specific error code.
Whether the error terminated the session.
Human-readable error message.
An error surfaced by a realtime session via IRealtimeSession.OnError.
Mirrors the client-side
RealtimeClientErrorshape:Fatal: truemeans the session is unusable (transport failure, credential expiry, unexpected close) and the consumer should finalize;Fatal: falseis a provider-reported, recoverable error frame.