Hide

type LabelServiceError (v201506)

Errors for LabelService.


Namespace
https://adwords.google.com/api/adwords/mcm/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.
LabelServiceError
reason LabelServiceError.Reason
Enumerations
EMPTY_LABEL_NAME
The label name is empty.
LABEL_NAME_TOO_LONG
The label name is longer than max allowed size.
DUPLICATE_LABEL_NAME
The customer already has an active label with the same name.
RESERVED_LABEL_NAME
The label name is reserved by the system.
CANNOT_BE_DELETED
The label cannot be deleted
TOO_MANY_LABELS
A customer cannot own more than 200 labels.
INVALID_LABEL_ID
Label id was not found.
CUSTOMER_CANNOT_CREATE_LABELS
This customer cannot create labels. Only manager customers may create labels.
SERVER_CLIENT_VERSION_MISMATCH
An unknown enum value has been given for this error reason.

Send feedback about...

AdWords API