Documentation
    Preparing search index...

    Enumeration CONNECT_EVENT_ERROR_CODES

    Error codes the wallet may return in ConnectEventError.

    Index

    Enumeration Members

    BAD_REQUEST_ERROR: 1

    Request payload is malformed.

    MANIFEST_CONTENT_ERROR: 3

    Manifest was fetched but fails JSON / schema validation.

    MANIFEST_NOT_FOUND_ERROR: 2

    Wallet could not fetch the tonconnect-manifest.json.

    METHOD_NOT_SUPPORTED: 400

    Wallet does not support the requested method.

    UNKNOWN_APP_ERROR: 100

    Wallet does not know the app / session.

    UNKNOWN_ERROR: 0

    Unexpected wallet-side failure.

    USER_REJECTS_ERROR: 300

    User explicitly declined the connect prompt.