mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
tecINSUFFICIENT_RESERVE: remove mention of tecUNFUNDED
This commit is contained in:
@@ -2514,7 +2514,7 @@
|
||||
<tr>
|
||||
<td align="left"><code>tecINSUFFICIENT_RESERVE</code></td>
|
||||
<td align="left">141</td>
|
||||
<td align="left">The transaction would increase the <a href="concept-reserves.html">reserve requirement</a> higher than the sending account's balance. <a href="#signerlistset">SignerListSet</a>, <a href="#paymentchannelcreate">PaymentChannelCreate</a>, <a href="#paymentchannelfund">PaymentChannelFund</a>, and <a href="#escrowcreate">EscrowCreate</a> can return this error code or <code>tecUNFUNDED</code>. See <a href="reference-ledger-format.html#signerlists-and-reserves">SignerLists and Reserves</a> for more information.</td>
|
||||
<td align="left">The transaction would increase the <a href="concept-reserves.html">reserve requirement</a> higher than the sending account's balance. <a href="#signerlistset">SignerListSet</a>, <a href="#paymentchannelcreate">PaymentChannelCreate</a>, <a href="#paymentchannelfund">PaymentChannelFund</a>, and <a href="#escrowcreate">EscrowCreate</a> can return this error code. See <a href="reference-ledger-format.html#signerlists-and-reserves">SignerLists and Reserves</a> for more information.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>tecINTERNAL</code></td>
|
||||
|
||||
Reference in New Issue
Block a user