Member Junction
    Preparing search index...

    An error surfaced by a realtime client. Fatal: true means the session is unusable (transport failure); Fatal: false is a provider-reported, recoverable error frame.

    interface RealtimeClientError {
        Code?: string;
        Fatal: boolean;
        Message: string;
    }
    Index

    Properties

    Properties

    Code?: string

    Optional provider-specific error code.

    Fatal: boolean

    Whether the error terminated the session.

    Message: string

    Human-readable error message.