enum LabelError.Reason (v202502)

  • LabelError.Reason lists potential reasons for errors related to labels in the CreativeWrapperService.

  • Errors can occur if a user-created label starts with a reserved Google internal prefix.

  • Label names cannot contain unsupported or reserved characters.

  • The UNKNOWN reason indicates that the actual error value is not available in the requested API version.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202502
Enumeration Description
INVALID_PREFIX A user created label cannot begin with the Google internal system label prefix.
NAME_INVALID_CHARS Label.name contains unsupported or reserved characters.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.