/errors/conversion_goal_campaign_config_error.proto

--- v14/errors/conversion_goal_campaign_config_error.proto  2023-10-19 02:11:01.000000000 +0000
+++ v15/errors/conversion_goal_campaign_config_error.proto  2023-10-19 02:11:05.000000000 +0000
@@ -47,5 +47,17 @@

     // The campaign is not allowed to use unified goals.
     CAMPAIGN_CANNOT_USE_UNIFIED_GOALS = 4;
+
+    // The campaign is using campaign override goals but has no goals
+    // configured.
+    EMPTY_CONVERSION_GOALS = 5;
+
+    // STORE_SALE and STORE_VISIT conversion types cannot be both included in
+    // campaign level goal.
+    STORE_SALE_STORE_VISIT_CANNOT_BE_BOTH_INCLUDED = 6;
+
+    // Performance Max campaign is not allowed to use custom goal with store
+    // sales conversion type.
+    PERFORMANCE_MAX_CAMPAIGN_CANNOT_USE_CUSTOM_GOAL_WITH_STORE_SALES = 7;
   }
 }