ResponseCode
INVALID_NODE_ACCOUNT
Node Account provided does not match the node account of the node the transaction was submitted to.
TRANSACTION_EXPIRED
Pre-Check error when TransactionValidStart + transactionValidDuration is less than current consensus time.
INVALID_TRANSACTION_DURATION
Invalid transaction duration is a positive non-zero number that does not exceed 120 seconds
INSUFFICIENT_PAYER_BALANCE
The payer account has insufficient cryptocurrency to pay the transaction fee
DUPLICATE_TRANSACTION
This transaction ID is a duplicate of one that was submitted to this node or reached consensus in the last 180 seconds (receipt period)
UNKNOWN
This node has submitted this transaction to the network. Status of the transaction is currently unknown.
FAIL_INVALID
There was a system error and the transaction failed because of invalid request parameters.
INVALID_SOLIDITY_ADDRESS
During an update transaction when the system is not able to find the Users Solidity address
LOCAL_CALL_MODIFICATION_EXCEPTION
local execution (query) is requested for a function which changes state
CONTRACT_EXECUTION_EXCEPTION
For any contract execution-related error not handled by the specific error codes listed above.
Last updated
Was this helpful?