mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Merge pull request #392 from jhaaaa/trans-results-land
Fix transaction results landing page
This commit is contained in:
@@ -6,12 +6,12 @@ The `rippled` server summarizes transaction results with result codes, which app
|
||||
|
||||
| Category | Prefix | Description |
|
||||
|:----------------------|:------------------------|:---------------------------|
|
||||
| Claimed cost only | [tec](tec-codes.html) | The transaction did not achieve its intended purpose, but the [transaction cost](transaction-cost.html) was destroyed. This result is only final in a validated ledger. |
|
||||
| Failure | [tef](tef-codes.html) | The transaction cannot be applied to the server's current (in-progress) ledger or any later one. It may have already been applied, or the condition of the ledger makes it impossible to apply in the future. |
|
||||
| Local error | [tel](tel-codes.html) | The `rippled` server had an error due to local conditions, such as high load. You may get a different response if you resubmit to a different server or at a different time. |
|
||||
| Malformed transaction | [tem](tem-codes.html) | The transaction was not valid, due to improper syntax, conflicting options, a bad signature, or something else. |
|
||||
| Failure | [tef](tef-codes.html) | The transaction cannot be applied to the server's current (in-progress) ledger or any later one. It may have already been applied, or the condition of the ledger makes it impossible to apply in the future. |
|
||||
| Retry | [ter](ter-codes.html) | The transaction could not be applied, but it might be possible to apply later. |
|
||||
| Success | [tes](tes-success.html) | (Not an error) The transaction succeeded. This result only final in a validated ledger. |
|
||||
| Claimed cost only | [tec](tec-codes.html) | The transaction did not achieve its intended purpose, but the [transaction cost](transaction-cost.html) was destroyed. This result is only final in a validated ledger. |
|
||||
|
||||
**Warning:** Transactions' provisional result codes may differ than their final result. Transactions that provisionally succeeded may eventually fail and transactions that provisionally failed may eventually succeed. Transactions that provisionally failed may also eventually fail with a different code. See [finality of results](finality-of-results.html) for how to know when a transaction's result is final.
|
||||
|
||||
|
||||
@@ -2173,7 +2173,7 @@ pages:
|
||||
supercategory: rippled API
|
||||
category: Transaction Formats
|
||||
subcategory: Transaction Results
|
||||
blurb: All possible transaction result codes and their meanings.
|
||||
blurb: Learn how to interpret rippled server transaction results.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -2184,6 +2184,7 @@ pages:
|
||||
supercategory: rippled API
|
||||
category: Transaction Formats
|
||||
subcategory: Transaction Results
|
||||
blurb: tec codes indicate that the transaction failed, but it was applied to a ledger to deduct the transaction cost.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -2194,6 +2195,7 @@ pages:
|
||||
supercategory: rippled API
|
||||
category: Transaction Formats
|
||||
subcategory: Transaction Results
|
||||
blurb: tef codes indicate that the transaction failed and was not included in a ledger, but the transaction could have succeeded in some theoretical ledger.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -2204,6 +2206,7 @@ pages:
|
||||
supercategory: rippled API
|
||||
category: Transaction Formats
|
||||
subcategory: Transaction Results
|
||||
blurb: tel codes indicate an error in the local server processing the transaction.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -2214,6 +2217,7 @@ pages:
|
||||
supercategory: rippled API
|
||||
category: Transaction Formats
|
||||
subcategory: Transaction Results
|
||||
blurb: tem codes indicate that the transaction was malformed, and cannot succeed according to the XRP Ledger protocol.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -2224,6 +2228,7 @@ pages:
|
||||
supercategory: rippled API
|
||||
category: Transaction Formats
|
||||
subcategory: Transaction Results
|
||||
blurb: ter codes indicate that the transaction failed, but it could apply successfully in the future, usually if some other hypothetical transaction applies first.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -2234,6 +2239,7 @@ pages:
|
||||
supercategory: rippled API
|
||||
category: Transaction Formats
|
||||
subcategory: Transaction Results
|
||||
blurb: tesSUCCESS is the only code that indicates a transaction succeeded. This does not always mean it accomplished what you expected it to do.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -2243,6 +2249,7 @@ pages:
|
||||
doc_type: References
|
||||
supercategory: rippled API
|
||||
category: Transaction Formats
|
||||
blurb: Transaction metadata describes the outcome of the transaction in detail, regardless of whether the transaction is successful.
|
||||
targets:
|
||||
- local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user