Error codes
List of error codes
RATE_LIMITED
: The client is sending commands too fast. It should retry in a few seconds.NOT_IMPLEMENTED
: The command is not known or is intentionally not implemented.INSUFFICIENT_BALANCE
: The wallet does not have enough funds to cover a fee reserve or the payment amount.QUOTA_EXCEEDED
: The wallet has exceeded its spending quota.RESTRICTED
: This public key is not allowed to do this operation.UNAUTHORIZED
: This public key has no wallet connected.INTERNAL
: An internal error.OTHER
: Other error.
Last updated