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-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum outlines potential errors encountered when using ad customizers."],["Errors can arise from issues like invalid date formats, past countdown dates, unknown user lists, and more."],["The `UNSPECIFIED` and `UNKNOWN` values indicate either an unspecified error or an error code not recognized in the current version."]]],[]]