Variable ERROR_CODE_RpcConnectionDenyErrorConst

ERROR_CODE_RpcConnectionDenyError: 9 = 9

This error occurs when the user rejects your attempt to connect. (I think)

The error name here is ungrammatical but following the lead of the SDK.

const ERROR_CODE_RpcConnectionDenyError = 9;

See https://github.com/aeternity/aepp-sdk-js/blob/1065da9a46b8dbfe60a2c3e5646e7422ee7e495e/src/aepp-wallet-communication/schema.ts#L155

Generated using TypeDoc