Canton dApp Booster
    Preparing search index...

    A connect the user walked away from: the picker was closed rather than a wallet failing.

    if (connectError !== undefined && !(connectError instanceof ConnectCancelledError)) {
    toast.error(connectError.message)
    }

    Hierarchy

    • Error
      • ConnectCancelledError
    Index
    cause?: unknown
    message: string
    name: string
    stack?: string