/errors/user_list_error.proto

--- v14/errors/user_list_error.proto    2023-10-18 04:25:28.000000000 +0000
+++ v15/errors/user_list_error.proto    2023-10-18 04:25:36.000000000 +0000
@@ -131,5 +131,17 @@

     // The mobile app associated with the remarketing list is sensitive.
     MOBILE_APP_IS_SENSITIVE = 41;
+
+    // One or more given seed lists do not exist.
+    SEED_LIST_DOES_NOT_EXIST = 42;
+
+    // One or more given seed lists are not accessible to the current user.
+    INVALID_SEED_LIST_ACCESS_REASON = 43;
+
+    // One or more given seed lists have an unsupported type.
+    INVALID_SEED_LIST_TYPE = 44;
+
+    // One or more invalid country codes are added to Lookalike UserList.
+    INVALID_COUNTRY_CODES = 45;
   }
 }