--- v23/errors/user_list_error.proto 2026-04-17 05:00:47.000000000 +0000 +++ v24/errors/user_list_error.proto 2026-04-17 05:00:55.000000000 +0000 @@ -144,6 +144,10 @@ // One or more invalid country codes are added to Lookalike UserList. INVALID_COUNTRY_CODES = 45; + // Cannot create a Lookalike UserList which is a duplicate of an existing + // Lookalike. + DUPLICATE_LOOKALIKE = 46; + // The partner audience source is not supported for the user list type. PARTNER_AUDIENCE_SOURCE_NOT_SUPPORTED_FOR_USER_LIST_TYPE = 47;
/errors/user_list_error.proto
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 2026-04-17 UTC.