Documentation
    Preparing search index...

    Interface DisconnectRpcResponseError

    interface DisconnectRpcResponseError {
        error: { code: DISCONNECT_ERROR_CODES; data?: unknown; message: string };
        id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: { code: DISCONNECT_ERROR_CODES; data?: unknown; message: string }
    id: string