Documentation
    Preparing search index...

    Interface ConnectEventError

    Connect failure. The dApp should surface the matching error from CONNECT_EVENT_ERROR_CODES and unwind any pending UI.

    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 }