AdCustomizerError
Enum describing possible ad customizer errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
|
Invalid date argument in countdown function. |
COUNTDOWN_DATE_IN_PAST
|
Countdown end date is in the past. |
COUNTDOWN_INVALID_LOCALE
|
Invalid locale string in countdown function. |
COUNTDOWN_INVALID_START_DAYS_BEFORE
|
Days-before argument to countdown function is not positive. |
UNKNOWN_USER_LIST
|
A user list referenced in an IF function does not exist. |
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-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["This enum defines specific error types that can occur when using ad customizers."],["Errors can relate to invalid date/time formats, incorrect user lists, or unknown system issues."],["Each error type has a unique identifier that allows for easier diagnosis and troubleshooting."]]],[]]