Updated tel-codes.mdx

This commit is contained in:
Thomas Silkjær
2025-07-03 09:33:17 +02:00
parent beab2310ea
commit 2551629a8e

View File

@@ -21,7 +21,7 @@ These codes indicate an error in the local server processing the transaction; it
| `telLOCAL_ERROR` | Unspecified local error. |
| `telNO_DST`_`PARTIAL` | The transaction is an XAH payment that would fund a new account, but the `tfPartialPayment` flag was enabled. This is disallowed. |
| `telWRONG_NETWORK` | The transaction specifies the wrong `NetworkID` value for the current network. Either specify the correct the `NetworkID` value for the intended network, or submit the transaction to a server that is connected to the correct network. |
| `tel_REQUIRES_NETWORK_ID` | The transaction does not specify a `NetworkID` field, but the current network requires one. If the transaction was intended for a network that requires `NetworkID`, add the field and try again. If the transaction was intended for a different network, submit it to a server that is connected to the correct network. |
| `telREQUIRES_NETWORK_ID` | The transaction does not specify a `NetworkID` field, but the current network requires one. If the transaction was intended for a network that requires `NetworkID`, add the field and try again. If the transaction was intended for a different network, submit it to a server that is connected to the correct network. |
| `telNETWORK_ID_MAKES_TX_NON_CANONICAL` | The transaction specified a `NetworkID` field, but the current network requires that the `NetworkID` is not submitted. |
| `telNON_LOCAL_EMITTED_TXN` | The emitted transaction cannot be applied because it was not generated locally. |
| `telIMPORT_VL_KEY_NOT_RECOGNISED` | The transaction was signed on a different network or the transaction was submitted to the wrong network. For `Import` transactions the validations must match the vl keys on receiving network. |