mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
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.
18 lines
875 B
Markdown
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" /%}
|