Skip to content

Commit 753c479

Browse files
committed
Add terLOCKED transaction result code (rippled #6811)
1 parent ff7f293 commit 753c479

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • docs/references/protocol/transactions/transaction-results

docs/references/protocol/transactions/transaction-results/ter-codes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Transactions with `ter` codes have not been applied to the current ledger and ha
1919
| `terFUNDS_SPENT` | **DEPRECATED.** |
2020
| `terINSUF_FEE_B` | The account sending the transaction does not have enough XRP to pay the `Fee` specified in the transaction. |
2121
| `terLAST` | Used internally only. This code should never be returned. |
22+
| `terLOCKED` | A [Multi-Purpose Token (MPT)](../../../../concepts/tokens/fungible-tokens/multi-purpose-tokens.md) in the payment path is locked. |
2223
| `terNO_ACCOUNT` | The address sending the transaction is not funded in the ledger (yet). |
2324
| `terNO_AMM` | The AMM-related transaction specifies an asset pair that does not currently have an AMM instance. {% amendment-disclaimer name="AMM" /%} |
2425
| `terNO_AUTH` | The 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. |

0 commit comments

Comments
 (0)