/errors/errors.proto

--- v16/errors/errors.proto 2024-05-29 16:00:41.000000000 +0000
+++ v17/errors/errors.proto 2024-05-29 16:00:47.000000000 +0000
@@ -725,6 +727,13 @@
     // The reasons for an identity verification error.
     IdentityVerificationErrorEnum.IdentityVerificationError
         identity_verification_error = 181;
+
+    // The reasons for a user list customer type error.
+    UserListCustomerTypeErrorEnum.UserListCustomerTypeError
+        user_list_customer_type_error = 183;
+
+    // The reasons for error in querying shopping product.
+    ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
   }
 }