mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25: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.
875 B
875 B
html, parent, seo, labels
| html | parent | seo | labels | |||
|---|---|---|---|---|---|---|
| tes-success.html | transaction-results.html |
|
|
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" /%}