Files
xrpl-dev-portal/docs/references/protocol/transactions/transaction-results/tes-success.md
mDuo13 7645140477 Re-levelization: move non-docs content, rename content→docs
For better URLs, the content folder has been renamed 'docs' and all
other files have been moved up a level. Also, non-docs images have been
moved to the static folder at the top level where they belong.

Many relative paths had to be fixed to make this work.
2024-01-31 17:53:52 -08:00

18 lines
875 B
Markdown

---
html: tes-success.html
parent: transaction-results.html
seo:
description: tesSUCCESS is the only code that indicates a transaction succeeded.
labels:
- Transaction Sending
---
# tes Success
The code `tesSUCCESS` is the only code that indicates a transaction succeeded. This does not always mean it accomplished what you expected it to do. (For example, an [OfferCancel][] can "succeed" even if there is no offer for it to cancel.) The `tesSUCCESS` result uses the numerical value 0.
| Code | Explanation |
|:-----------|:----------------------------------------------------------------|
| `tesSUCCESS` | The transaction was applied and forwarded to other servers. If this appears in a validated ledger, then the transaction's success is final. |
{% raw-partial file="/docs/_snippets/common-links.md" /%}