Network Response Messages
Network response messages and their descriptions.
Network Response | Description |
---|---|
| The account is frozen and cannot transact with the token |
| The maximum number of token relations for a given account is exceeded |
| The token is invalid or does not exist |
| Invalid token decimals |
| Invalid token initial supply |
| Treasury account does not exist or is deleted |
| Token Symbol is not UTF-8 capitalized alphabetical string |
| Freeze key is not set on a token |
| Amounts in the transfer list are not net-zero |
| Token Symbol is not provided |
| Token Symbol is too long |
| KYC must be granted and the account does not have KYC granted |
| KYC key is not set on a token |
| Token balance is not sufficient for the transaction |
| Token transactions cannot be executed on deleted token |
| The supply key is not set on a token |
| The wipe key is not set on a token |
| Invalid mint amount |
| Invalid burn amount |
| Account has not been associated with an account |
| Cannot execute wipe operation on treasury account |
| Invalid kyc key |
| Invalid wipe key |
| Invalid freeze key |
| Invalid supply key |
| Token Name is not provided |
| Token Name is too long |
| The provided wipe amount must not be negative, zero or bigger than the token holder balance |
| The token does not have Admin key set, thus update/delete transactions cannot be performed |
| An associateToken operation specified a token already associated with the account |
| An attempted operation is invalid until all token balances for the target account are zero |
| An attempted operation is invalid because the account is a treasury |
| Same TokenIDs present in the token list |
| Exceeded the number of token transfers (both from and to) allowed for token transfer list |
| TokenTransfersTransactionBody has no TokenTransferList |
| TokenTransfersTransactionBody has a TokenTransferList with no AccountAmounts |
| A custom fractional fee set a denominator of zero |
| The transaction payer could not afford a custom fee |
| The customFees list is longer than allowed limit 10 |
| Any of the feeCollector accounts for customFees is invalid |
| Any of the token Ids in customFees is invalid |
| Any of the token Ids in customFees are not associated to feeCollector |
| A custom fee schedule entry did not specify either a fixed or fractional fee |
| Only positive fees may be assessed at this time |
| Fee schedule key is not set on token |
| A fractional custom fee exceeded the range of a 64-bit signed integer |
| The sum of all custom fractional fees must be strictly less than 1 |
| Each fractional custom fee must have its maximum_amount, if specified, at least its minimum_amount |
| A fee schedule update tried to clear the custom fees from a token whose fee schedule was already empty |
| Only tokens of type FUNGIBLE_COMMON can be used as fee schedule denominations |
| Only tokens of type FUNGIBLE_COMMON can have fractional fees |
| The provided custom fee schedule key was invalid |
| An AccountAmount token transfers list referenced a token type other than FUNGIBLE_COMMON |
| The requested token mint metadata was invalid |
| The requested token burn metadata was invalid |
| The payer account has been marked as deleted |
| The reference chain of custom fees for a transferred token exceeded the maximum length of 2 |
| More than 20 balance adjustments were to satisfy a CryptoTransfer and its implied custom fee payments |
| The sender account in the token transfer transaction could not afford a custom fee |
| Currently no more than 4,294,967,295 NFTs may be minted for a given unique token type |
| Only tokens of type NON_FUNGIBLE_UNIQUE can have royalty fees |
| Token is paused. This Token cannot be a part of any kind of Transaction until unpaused. |
| Pause key is not set on token |
| The provided pause key was invalid |
Last updated