Variable ERROR_CODE_RpcInternalErrorConst

ERROR_CODE_RpcInternalError: 12 = 12

This is the general "something went wrong, i dunno" negative error.

const ERROR_CODE_RpcInternalError = 12;

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

Generated using TypeDoc