/errors/criterion_error.proto

--- v14/errors/criterion_error.proto    2023-10-19 02:11:02.000000000 +0000
+++ v15/errors/criterion_error.proto    2023-10-19 02:11:06.000000000 +0000
@@ -510,5 +510,19 @@

     // Invalid detailed demographics criterion.
     INVALID_DETAILED_DEMOGRAPHIC = 154;
+
+    // The brand criteria has a brand input that is not recognized as a
+    // valid brand.
+    CANNOT_RECOGNIZE_BRAND = 155;
+
+    // The brand_list.shared_set_id references a shared set that does not
+    // exist.
+    BRAND_SHARED_SET_DOES_NOT_EXIST = 156;
+
+    // Cannot create a brand list with deleted shared set.
+    CANNOT_ADD_REMOVED_BRAND_SHARED_SET = 157;
+
+    // Brand list can only be negatively targeted for the campaign type.
+    ONLY_EXCLUSION_BRAND_LIST_ALLOWED_FOR_CAMPAIGN_TYPE = 158;
   }
 }