-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Re: "tec" transaction result
Elliot Lee edited this page May 15, 2024
·
2 revisions
- It's usually because of time
- example transaction
- https://github.com/XRPLF/rippled/blob/0ce15e0e358996b5371d2adc83e911cc7a3a7225/src/ripple/app/tx/impl/Escrow.cpp#L169-L195
- If the transaction specifies a
CancelAfter
orFinishAfter
and the ledger is already past that time, then it fails withtecNO_PERMISSION
tecPATH_DRY
(path dry) means the transaction failed because the provided paths did not have enough liquidity. This could mean that the source and destination accounts are not linked by trust lines. In other words, the customer doesn't have the necessary trust line set up, or your issuer's rippling settings aren't configured correctly.
The path dry error may occur in one of the following scenarios:
- When you are trying to send a payment in a currency you presently do not own and there is not enough liquidity on the markets to execute a conversion.
- Solution: Manually exchange funds to the destination currency.
- When the destination address does not have the correct trust line.
- Solution: Send another currency or enable the correct trust line at the destination address.
For more information, see: https://support.xumm.app/hc/en-us/articles/4405655710482-Trustline-Troubleshooting-tecPATH-DRY-