Network Response Messages
Network Response | Description |
---|---|
| The Scheduled entity does not exist; or has now expired, been deleted, or been executed |
| The Scheduled entity cannot be modified. Admin key was not set during the creation of the Scheduled entity. |
| The provided Scheduled Payer does not exist |
| The Schedule Create Transaction TransactionID account does not exist |
| The provided sig map did not contain any new valid signatures from required signers of the scheduled transaction |
| The required signers for a scheduled transaction cannot be resolved, for example because they do not exist or have been deleted |
| The bytes allegedly representing a transaction to be scheduled could not be parsed |
| ScheduleCreate and ScheduleSign transactions cannot be scheduled |
| At least one of the signatures in the provided sig map did not represent a valid signature for any required signer |
| The scheduled and nonce fields in the TransactionID may not be set in a top-level transaction |
| A schedule already exists with the same identifying fields of an attempted ScheduleCreate (that is, all fields other than scheduledPayerAccountID) |
| A schedule being signed or deleted has already been deleted |
| A schedule being signed or deleted has passed it's expiration date and is pending execution if needed and then expiration |
| The scheduled transaction could not be created because it would cause the gas limit to be violated on the specified expiration time |
| The scheduled transaction could not be created because it would cause throttles to be violated on the specified expiration time |
| The scheduled transaction could not be created because it's expiration_time was less than or equal to the consensus time |
| The scheduled transaction could not be created because it's expiration time was too far in the future |
Last updated