Documentation
    Preparing search index...

    Interface ConnectEventError

    interface ConnectEventError {
        event: "connect_error";
        id: number;
        payload: { code: CONNECT_EVENT_ERROR_CODES; message: string };
    }
    Index

    Properties

    Properties

    event: "connect_error"
    id: number
    payload: { code: CONNECT_EVENT_ERROR_CODES; message: string }