CustomInterestError
Enum describing possible custom interest errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
NAME_ALREADY_USED
|
Duplicate custom interest name ignoring case. |
CUSTOM_INTEREST_MEMBER_ID_AND_TYPE_PARAMETER_NOT_PRESENT_IN_REMOVE
|
In the remove custom interest member operation, both member ID and pair [type, parameter] are not present. |
TYPE_AND_PARAMETER_NOT_FOUND
|
The pair of [type, parameter] does not exist. |
TYPE_AND_PARAMETER_ALREADY_EXISTED
|
The pair of [type, parameter] already exists. |
INVALID_CUSTOM_INTEREST_MEMBER_TYPE
|
Unsupported custom interest member type. |
CANNOT_REMOVE_WHILE_IN_USE
|
Cannot remove a custom interest while it's still being targeted. |
CANNOT_CHANGE_TYPE
|
Cannot mutate custom interest type. |
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 working with custom interests."],["Errors can arise from issues like duplicate names, missing parameters during removal, unsupported member types, and conflicts with existing data."],["The enum includes general errors (UNSPECIFIED, UNKNOWN) and specific errors related to custom interest management."],["Using this enum, developers can understand and handle errors related to custom interest operations in their applications."]]],[]]