TEL Codes
These codes indicate an error in the local server processing the transaction; it is possible that another server with a different configuration or load level could process the transaction successfully. They have numerical values in the range of -399 to -300. The exact code for any given error is subject to change, so don't rely on it.
Caution: Transactions with tel
codes are not applied to ledgers and cannot cause any changes to the Xahau state. However, these transactions may be automatically cached and retried later. Transactions that provisionally failed may still succeed or fail with a different code after being reapplied. For more information, see Finality of Results and Reliable Transaction Submission.
Code | Explanation |
---|---|
| The transaction specified a domain value (for example, the |
| The transaction contains too many paths for the local server to process. |
| The transaction specified a public key value (for example, as the |
| The transaction did not meet the open ledger cost, but this server did not queue this transaction because it did not meet the queuing restrictions. For example, a transaction returns this code when the sender already has 10 other transactions in the queue. You can try again later or sign and submit a replacement transaction with a higher transaction cost in the |
| The transaction did not meet the open ledger cost and also was not added to the transaction queue because the sum of potential XAH costs of already-queued transactions is greater than the expected balance of the account. You can try again later, or try submitting to a different server. [New in: rippled 0.70.2][] |
| The transaction did not meet the open ledger cost and also was not added to the transaction queue. This transaction could not replace an existing transaction in the queue because it would block already-queued transactions from the same sender by changing authorization methods. (This includes all [SetRegularKey][] and [SignerListSet][] transactions, as well as [AccountSet][] transactions that change the |
| The transaction did not meet the open ledger cost and also was not added to the transaction queue because a transaction queued ahead of it from the same sender blocks it. (This includes all [SetRegularKey][] and [SignerListSet][] transactions, as well as [AccountSet][] transactions that change the |
| The transaction did not meet the open ledger cost and also was not added to the transaction queue. This code occurs when a transaction with the same sender and sequence number already exists in the queue and the new one does not pay a large enough transaction cost to replace the existing transaction. To replace a transaction in the queue, the new transaction must have a |
| The transaction did not meet the open ledger cost and the server did not queue this transaction because this server's transaction queue is full. You could increase the |
| An unspecified error occurred when processing the transaction. |
| The |
| Unspecified local error. |
| The transaction is an XAH payment that would fund a new account, but the |
| The transaction specifies the wrong |
| The transaction does not specify a |
| The transaction specified a |
| The emitted transaction cannot be applied because it was not generated locally. |
| The transaction was signed on a different network or the transaction was submitted to the wrong network. For |
|
|
Last updated