Network Response Messages
Network response messages and their descriptions.
Network Response | Description |
| Bytecode for smart contract is of length zero |
| Contract is marked as deleted |
| For any contract execution-related error not handled by specific error codes listed above. |
| File to create a smart contract was of length zero |
| Negative gas was offered in the smart contract call |
| Negative value / initial balance was specified in a smart contract call / create |
| Contract REVERT OPCODE executed |
| Contract byte code size is over the limit |
| Update of the contract failed |
| Decoding the smart contract binary to a byte array failed. Check that the input is a valid hex string. |
| The expiration date/time on a smart contract may not be reduced |
| Not enough gas was supplied to execute the transaction |
| Payment tendered for contract local call cannot cover both the fee and the gas |
| The contract id is invalid or does not exist |
| The response code when a smart contract id is passed for a crypto API request |
| The solidity id is invalid or an entity with this solidity id does not exist |
| TransferAccountId or transferContractId specified for contract delete does not exist |
| When deleting smart contract that has crypto balance either transfer account or transfer smart contract is required |
| When deleting smart contract that has crypto balance you can not use the same contract id as transferContractId as the one being deleted |
| Local execution (query) is requested for a function that changes state |
| Contract permanent storage exceeded the currently allowable limit |
| Attempting to modify (update or delete an immutable smart contract, i.e. one created without an admin key) |
| Null solidity address |
| Smart contract result size greater than specified maxResultSize |
Last updated