Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CustomizerAttributeError
Enum describing possible customizer attribute errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
DUPLICATE_CUSTOMIZER_ATTRIBUTE_NAME
|
CustomizerAttribute name matches that of another active CustomizerAttribute. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum describes potential errors that can occur with customizer attributes."],["Errors include unspecified issues, unknown error codes, and duplicate customizer attribute names."]]],["The provided content defines an enum for customizer attribute errors. Key error types include `UNSPECIFIED`, indicating an undefined error, and `UNKNOWN`, which signifies an error code not recognized by the current version. A crucial specific error is `DUPLICATE_CUSTOMIZER_ATTRIBUTE_NAME`, highlighting instances where a customizer attribute name already exists and is active. These enums are for customizer errors handling.\n"]]