App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.api.taskqueue.taskqueue_service_pb.TaskQueueServiceError Class Reference
Inheritance diagram for google.appengine.api.taskqueue.taskqueue_service_pb.TaskQueueServiceError:

Public Member Functions

def ErrorCode_Name
 
def __init__
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Static Public Attributes

int OK = 0
 
int UNKNOWN_QUEUE = 1
 
int TRANSIENT_ERROR = 2
 
int INTERNAL_ERROR = 3
 
int TASK_TOO_LARGE = 4
 
int INVALID_TASK_NAME = 5
 
int INVALID_QUEUE_NAME = 6
 
int INVALID_URL = 7
 
int INVALID_QUEUE_RATE = 8
 
int PERMISSION_DENIED = 9
 
int TASK_ALREADY_EXISTS = 10
 
int TOMBSTONED_TASK = 11
 
int INVALID_ETA = 12
 
int INVALID_REQUEST = 13
 
int UNKNOWN_TASK = 14
 
int TOMBSTONED_QUEUE = 15
 
int DUPLICATE_TASK_NAME = 16
 
int SKIPPED = 17
 
int TOO_MANY_TASKS = 18
 
int INVALID_PAYLOAD = 19
 
int INVALID_RETRY_PARAMETERS = 20
 
int INVALID_QUEUE_MODE = 21
 
int ACL_LOOKUP_ERROR = 22
 
int TRANSACTIONAL_REQUEST_TOO_LARGE = 23
 
int INCORRECT_CREATOR_NAME = 24
 
int TASK_LEASE_EXPIRED = 25
 
int QUEUE_PAUSED = 26
 
int INVALID_TAG = 27
 
int DATASTORE_ERROR = 10000
 
tuple ErrorCode_Name = classmethod(ErrorCode_Name)
 

The documentation for this class was generated from the following file: