enum LabelError.Reason (v202411)

  • LabelError.Reason outlines the potential errors encountered when working with labels in the CreativeWrapperService.

  • Errors can arise from invalid prefixes, unsupported characters in label names, or unspecified reasons designated as UNKNOWN.

  • Label errors are part of the LabelService within the Google Ad Manager API, under the namespace https://www.google.com/apis/ads/publisher/v202411.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
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.