Last updated

ter Codes

These codes indicate that the transaction has not been applied yet, and generally will be automatically retried by the server that returned the result code. The transaction could apply successfully in the future; for example, if a certain other transaction applies first. These codes have numerical values in the range -99 to -1, but the exact code for any given error is subject to change, so don't rely on it.

Note: Transactions with ter codes have not been applied to the current ledger and have not yet changed the XRP Ledger state. A transaction that provisionally got a ter result may still succeed or fail with a different code after being automatically applied later. For more information, see Finality of Results and Reliable Transaction Submission.

CodeExplanation
terFUNDS_SPENTDEPRECATED.
terINSUF_FEE_BThe account sending the transaction does not have enough XRP to pay the Fee specified in the transaction.
terLASTUsed internally only. This code should never be returned.
terNO_ACCOUNTThe address sending the transaction is not funded in the ledger (yet).
terNO_AMMThe AMM-related transaction specifies an asset pair that does not currently have an AMM instance. (Requires the AMM amendment )
terNO_AUTHThe transaction would involve adding currency issued by an account with lsfRequireAuth enabled to a trust line that is not authorized. For example, you placed an offer to buy a currency you aren't authorized to hold.
terNO_LINEUsed internally only. This code should never be returned.
terNO_RIPPLEUsed internally only. This code should never be returned.
terOWNERSThe transaction requires that account sending it has a nonzero "owners count", so the transaction cannot succeed. For example, an account cannot enable the lsfRequireAuth flag if it has any trust lines or available offers.
terPRE_SEQThe Sequence number of the current transaction is higher than the current sequence number of the account sending the transaction.
terPRE_TICKETThe transaction attempted to use a Ticket, but the specified TicketSequence number does not exist in the ledger. However, the Ticket could still be created by another transaction.
terQUEUEDThe 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.
terRETRYUnspecified retriable error.
terSUBMITTEDTransaction has been submitted, but not yet applied.