/errors/errors.proto

--- v18/errors/errors.proto 2025-08-05 14:36:12.000000000 +0000
+++ v19/errors/errors.proto 2025-08-05 14:36:14.000000000 +0000
@@ -702,6 +704,9 @@
     // The reasons for the product link error
     ProductLinkErrorEnum.ProductLinkError product_link_error = 169;

+    // The reasons for the data link error
+    DataLinkErrorEnum.DataLinkError data_link_error = 187;
+
     // The reasons for the customer SK Ad network conversion value schema error
     CustomerSkAdNetworkConversionValueSchemaErrorEnum
         .CustomerSkAdNetworkConversionValueSchemaError
@@ -745,6 +750,10 @@
     // The reasons for the shareable preview error.
     ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error =
         186;
+
+    // The reasons for the brand guidelines migration error.
+    BrandGuidelinesMigrationErrorEnum.BrandGuidelinesMigrationError
+        brand_guidelines_migration_error = 191;
   }
 }