Hide

type BulkMutateJobError (v201506)

Bulk mutate 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.
BulkMutateJobError
reason BulkMutateJobError.Reason The specific reason for this job handling error.
Enumerations
CAN_RETURN_RESULT_FOR_ONLY_COMPLETED_JOBS
The job selector must specify a job that has completed when a result part is also requested to be returned.
CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB
The job selector must specify a single job when a result part is also requested to be returned.
CANNOT_UPDATE_JOB_ONCE_ALL_REQUEST_PARTS_ARE_RECEIVED
A bulk mutate job can be updated to add new request parts or to set the number of request parts only until all request parts are determined to have been received.
INVALID_SCOPING_ENTITY_TYPE
An operation stream in the bulk mutate request refers to an unknown or unsupported type of scoping entity.
MISSING_SCOPING_ENTITY_FOR_OPERATION_STREAM
An operation stream in the bulk mutate request does not specify a scoping entity id.
MORE_THAN_ONE_SCOPING_ENTITY_TYPE
The operation streams in the bulk mutate request refer to more than one type of scoping entity.
PAYLOAD_STORE_UNAVAILABLE
The request cannot be processed because the payload store (where the request and response parts are saved) is temporarily unavailable.
REQUEST_PART_IS_OUT_OF_ORDER
The request part is not the next one expected to be received.
TOO_MANY_OPERATION_STREAMS_IN_REQUEST_PART
The number of operation streams in this request part exceeds the maximum limit.
TOO_MANY_OPERATIONS_IN_JOB
The number of operations in this job exceeds the maximum limit.
TOO_MANY_OPERATIONS_IN_REQUEST_PART
The number of operations in this request part exceeds the maximum limit.
TOO_MANY_RESULTS_TO_STORE
The limit for the number of operation results to store in the bulk mutate workflow system has been exceeded for this customer.
TOO_MANY_SCOPING_ENTITIES
The operation streams in the bulk mutate request refer to more than the allowed number of scoping entities.
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
LOST_RESULT
A specific operation has been applied but the result was lost. This can be returned when getting the result of a completed job.
UNPROCESSED_RESULT
A specific operation was not applied because of job failure(s). This can be returned when getting the result of a completed job.
BATCH_FAILURE
A specific operation was not applied because another operation in the same batch failed. This can be returned when getting the result of a completed job with other failed operations.
SERVICE_PROVIDED_NO_RESULT
The operation was applied, but we got fewer results than we expected. This can be returned when getting the result of a completed job.

Send feedback about...

AdWords API