Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
The google.appengine.api.taskqueue
package provides the following exception classes:
This is the base for all exceptions in this package.
The state of the current transaction does not permit this operation.
There was an internal error while accessing this queue. If this problem continues, please contact the App Engine team through our support forum with a description of your problem.
The task is in the wrong state for the requested operation.
There was a datastore error while accessing the queue.
When adding multiple tasks to a queue in a batch, two tasks in the batch have the same name, which is not allowed.
The lease time period is invalid.
The requested max tasks in lease_tasks is invalid.
The Queue's configuration is invalid.
Invoking PULL queue operation on a PUSH queue or vice versa.
The Queue's name is invalid.
The task's parameters, headers, or method is invalid.
The task's name is invalid.
The task retry configuration is invalid.
The task's relative URL is invalid.
The requested operation is not allowed for this app.
Task already exists. It has not yet run.
The task is too large with its headers and payload.
Task has been tombstoned.
When adding multiple tasks to a queue in a batch, the number of tasks in the batch exceeds the limit.
There was a transient error while accessing the queue. Please try again later.
The queue specified is unknown.