TER Codes
These codes indicate that the transaction failed, but it could apply successfully in the future, usually if some other hypothetical transaction applies first. They have numerical values in the range of -99 to -1. The exact code for any given error is subject to change, so don't rely on it.
Caution: Transactions with ter
codes are not applied to the current ledger and cannot cause any changes to the Xahau state. However, a transaction that provisionally failed may still succeed or fail with a different code after being automatically reapplied. For more information, see Finality of Results and Reliable Transaction Submission.
Code | Explanation |
---|---|
| DEPRECATED. |
| The account sending the transaction does not have enough XAH to pay the |
| Used internally only. This code should never be returned. |
| The address sending the transaction is not funded in the ledger (yet). |
| The transaction would involve adding currency issued by an account with |
| Used internally only. This code should never be returned. |
| Used internally only. This code should never be returned. |
| The transaction requires that account sending it has a nonzero "owners count", so the transaction cannot succeed. For example, an account cannot enable the |
| The |
| The transaction attempted to use a Ticket, but the specified |
| Unspecified retriable error. |
| The transaction met the load-scaled transaction cost but did not meet the open ledger requirement, so the transaction has been queued for a future ledger. |
| The transaction attempted to use a |
Last updated