mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Merge pull request #2190 from XRPLF/fix_clawback_ecs
Update clawback.md
This commit is contained in:
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user