Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CustomizerAttributeError
Stay organized with collections
Save and categorize content based on your preferences.
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-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 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"]]