Hedera
Search…
Hedera
Hedera
Mainnet
Testnets
Mirrornet
Getting Started
Introduction
Environment Set-up
Create an account
Transfer hbar
Try Examples! 👩💻
Core Concepts
Accounts
Keys and Signatures
Scheduled Transaction
Smart Contracts
Staking
Hashgraph Consensus Algorithm
Transactions and Queries
State and History
Mirror Nodes
Documentation
Release Notes
SDKs
Hedera API
Basic Types
Cryptocurrency Accounts
Consensus Service
Schedule Service
Token Service
File Service
Smart Contracts
Miscellaneous
Duration
ExchangeRate
Freeze
FreezeType
GetByKey
GetBySolidityID
NetworkGetVersionInfo
NetworkService
Query
QueryHeader
Response
ResponseCode
ResponseHeader
SystemDelete
SystemUndelete
TimeStamp
Transaction
TransactionBody
TransactionContents
TransactionGetFastRecord
TransactionGetReceipt
TransactionGetRecord
TransactionReceipt
TransactionRecord
TransactionResponse
UncheckedSubmit
Mirror Node API
Signature Provider
Integrating a Hedera Token Service Token
Record and Event Stream File Formats
Changelog
GitHub
Resources
Tutorials
Demo Applications
Starter Projects
Support & Community
Developer Chat
Meetups
Hedera FAQ
Status Page
Brand Guidelines
Powered By
GitBook
ResponseCode
ResponseCodeEnum
Enum Name
Description
OK
The transaction passed the precheck validations.
INVALID_TRANSACTION
For any error not handled by specific error codes listed below.
PAYER_ACCOUNT_NOT_FOUND
Payer account does not exist.
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_START
Transaction start time is greater than current consensus time
INVALID_TRANSACTION_DURATION
valid transaction duration is a positive non zero number that does not exceed 120 seconds
INVALID_SIGNATURE
The transaction signature is not valid
MEMO_TOO_LONG
Transaction memo size exceeded 100 bytes
INSUFFICIENT_TX_FEE
The fee provided in the transaction is insufficient for this type of transaction
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)
BUSY
If API is throttled out
NOT_SUPPORTED
The API is not currently supported
INVALID_FILE_ID
The file id is invalid or does not exist
INVALID_ACCOUNT_ID
The account id is invalid or does not exist
INVALID_CONTRACT_ID
The contract id is invalid or does not exist
INVALID_TRANSACTION_ID
Transaction id is not valid
RECEIPT_NOT_FOUND
Receipt for given transaction id does not exist
RECORD_NOT_FOUND
Record for given transaction id does not exist
Previous
Response
Next
ResponseHeader
Last modified
1mo ago
Copy link
Edit on GitHub