You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are times when transactions fail with INVALID_NODE_ACCOUNT_ID, TRANSACTION_EXPIRED, or other errors where transactions do not succeed. In order to debug these transaction failures the SDK needs to provide some stats.
Solution
Log the transactions that were submitted in the last 30 minutes.
Stored locally and default is not enabled.
This should include:
Transaction ID
Node the transaction was submitted to
Network response (either the network error or success response)
The network is was submitted to (mainnet, testnet, previewnet)
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
There are times when transactions fail with
INVALID_NODE_ACCOUNT_ID
,TRANSACTION_EXPIRED
, or other errors where transactions do not succeed. In order to debug these transaction failures the SDK needs to provide some stats.Solution
Log the transactions that were submitted in the last 30 minutes.
Stored locally and default is not enabled.
This should include:
Alternatives
No response
The text was updated successfully, but these errors were encountered: