/errors/campaign_criterion_error.proto

--- v14/errors/campaign_criterion_error.proto   2023-10-19 02:11:02.000000000 +0000
+++ v15/errors/campaign_criterion_error.proto   2023-10-19 02:11:06.000000000 +0000
@@ -119,5 +119,10 @@
     // Local service ID is not found under selected categories in local
     // services campaign setting.
     LOCAL_SERVICE_ID_NOT_FOUND_FOR_CATEGORY = 25;
+
+    // For search advertising channel, brand lists can only be applied to
+    // exclusive targeting, broad match campaigns for inclusive targeting or
+    // PMax generated campaigns.
+    CANNOT_ATTACH_BRAND_LIST_TO_NON_QUALIFIED_SEARCH_CAMPAIGN = 26;
   }
 }