Merge pull request #2190 from XRPLF/fix_clawback_ecs

Update clawback.md
This commit is contained in:
Dennis Dawson
2023-10-05 10:05:15 -07:00
committed by GitHub

View File

@@ -46,8 +46,8 @@ Besides errors that can occur for all transactions, {{currentpage.name}} transac
|:-----------|:------------|
| `temDISABLED` | Occurs if the [Clawback amendment](known-amendments.html#clawback) is not enabled. |
| `temBAD_AMOUNT` | Occurs if the holder's balance is 0. It is not an error if the amount exceeds the holder's balance; in that case, the maximum available balance is clawed back. Also occurs if the counterparty listed in `Amount` is the same as the `Account` issuing this transaction. |
| `tecNO-LINE` | Occurs there is no trust line with the counterparty or that trust line's balance is 0. |
| `tecNO-PERMISSION` | Occurs if you attempt to set `lsfAllowTrustlineClawback` while `lsfNoFreeze` is set. Also occurs, conversely, if you try to set `lsfNoFreeze` while `lsfAllowTrustLineClawback` is set. |
| `tecNO_LINE` | Occurs there is no trust line with the counterparty or that trust line's balance is 0. |
| `tecNO_PERMISSION` | Occurs if you attempt to set `lsfAllowTrustlineClawback` while `lsfNoFreeze` is set. Also occurs, conversely, if you try to set `lsfNoFreeze` while `lsfAllowTrustLineClawback` is set. |
<!-- {# common link defs #} -->
{% include '_snippets/rippled-api-links.md' %}