ERROR_CODE_RpcNotAuthorizeError: 10 = 10

This error occurs when you are not connected to the wallet.

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

const ERROR_CODE_RpcNotAuthorizeError = 10;

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

Generated using TypeDoc