Skip to content

Commit

Permalink
Document TRY_AGAIN_LATER and FILTERED error codes in tx endpoint (#4499)
Browse files Browse the repository at this point in the history
Resolves #4481
  • Loading branch information
anupsdf authored Oct 15, 2024
2 parents 546e629 + 718c807 commit f3b2ea9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/software/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ Most commands return their results in JSON format.
* "ERROR" - transaction rejected by transaction engine
error: set when status is "ERROR".
Base64 encoded, XDR serialized 'TransactionResult'
* "TRY_AGAIN_LATER" - transaction rejected but can be retried later. This can happen due to several reasons:
There is another transaction from same source account in PENDING state
The network is under high load and the fee is too low.
* "FILTERED" - transaction rejected because it contains an operation type that Stellar Core filters out. See Stellar Core configuration `EXCLUDE_TRANSACTIONS_CONTAINING_OPERATION_TYPE` for more details.

* **upgrades**
* `upgrades?mode=get`<br>
Expand Down

0 comments on commit f3b2ea9

Please sign in to comment.