/errors/errors.proto

--- v14/errors/errors.proto 2023-10-18 04:25:28.000000000 +0000
+++ v15/errors/errors.proto 2023-10-18 04:25:36.000000000 +0000
@@ -405,6 +411,10 @@
     // The reasons for error in applying a recommendation
     RecommendationErrorEnum.RecommendationError recommendation_error = 58;

+    // The reasons for the recommendation subscription error.
+    RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError
+        recommendation_subscription_error = 180;
+
     // The reasons for the region code error
     RegionCodeErrorEnum.RegionCodeError region_code_error = 51;

@@ -680,6 +690,9 @@
     AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error =
         167;

+    // The reasons for the product link error
+    ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
+
     // The reasons for the customer SK Ad network conversion value schema error
     CustomerSkAdNetworkConversionValueSchemaErrorEnum
         .CustomerSkAdNetworkConversionValueSchemaError
@@ -687,6 +700,22 @@

     // The reasons for the currency errors.
     CurrencyErrorEnum.CurrencyError currency_error = 171;
+
+    // The reasons for the asset group hint error
+    AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error =
+        176;
+
+    // The reasons for the product link invitation error
+    ProductLinkInvitationErrorEnum.ProductLinkInvitationError
+        product_link_invitation_error = 177;
+
+    // The reasons for the customer lifecycle goal error
+    CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError
+        customer_lifecycle_goal_error = 178;
+
+    // The reasons for the campaign lifecycle goal error
+    CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError
+        campaign_lifecycle_goal_error = 179;
   }
 }