Hide

type JobError (v201506)

Job handling errors.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
ApiError (inherited)
fieldPath xsd:string The OGNL field path to identify cause of error.
trigger xsd:string The data that caused the error.
errorString xsd:string A simple string representation of the error and reason.
ApiError.Type xsd:string Indicates that this instance is a subtype of ApiError. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
JobError
reason JobError.Reason The specific reason for this job handling error.
Enumerations
DUPLICATE_JOB_KEY_FOR_CUSTOMER
The supplied customer job key has already been used for an earlier job.
JOB_TYPE_NOT_SUPPORTED
The server does not support the given type of job.
PREREQUISITE_JOB_FAILED
A job specified as a prerequisite to this job has failed.
SELECTOR_CANNOT_USE_BOTH_JOB_IDS_AND_JOB_KEYS
Cannot select using both job ids and customer job keys.
TOO_LATE_TO_CANCEL_JOB
Cannot cancel this job as it is an advanced stage of processing; See the specific job type to understand when a job may be canceled.
TOO_MANY_PREREQUISITE_JOBS
The limit for the number of prerequisite jobs has been exceeded for this job request.
TOO_MANY_JOBS_IN_QUEUE
The limit for the number of pending jobs has been exceeded for this customer.
USER_CANCELED_JOB
The job was canceled at the request of the user.
WORKFLOW_FAILURE
Encountered a workflow system failure.
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.

Send feedback about...

AdWords API