/errors/errors.proto

--- v17/errors/errors.proto 2024-08-06 12:42:04.000000000 +0000
+++ v17-1/errors/errors.proto   2024-08-06 12:42:09.000000000 +0000
@@ -734,6 +736,15 @@

     // The reasons for error in querying shopping product.
     ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
+
+    // The reasons for error in automatically created asset removal action.
+    AutomaticallyCreatedAssetRemovalErrorEnum
+        .AutomaticallyCreatedAssetRemovalError
+            automatically_created_asset_removal_error = 185;
+
+    // The reasons for the shareable preview error.
+    ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error =
+        186;
   }
 }