/errors/conversion_upload_error.proto

--- v14/errors/conversion_upload_error.proto    2023-10-18 04:25:28.000000000 +0000
+++ v15/errors/conversion_upload_error.proto    2023-10-18 04:25:36.000000000 +0000
@@ -66,10 +66,6 @@
     // manager account.
     UNAUTHORIZED_CUSTOMER = 8;

-    // Make sure you specify a valid conversion action set up for offline
-    // import.
-    INVALID_CONVERSION_ACTION = 9;
-
     // Can't import events to a conversion action that was just created. Try
     // importing again in 6 hours.
     TOO_RECENT_CONVERSION_ACTION = 10;
@@ -219,5 +217,17 @@
     // conversion_tracking_setting.enhanced_conversions_for_leads_enabled on
     // Customer.
     CUSTOMER_NOT_ENABLED_ENHANCED_CONVERSIONS_FOR_LEADS = 50;
+
+    // The provided job id in the request is not within the allowed range. A job
+    // ID must be a positive integer in the range [1, 2^31).
+    INVALID_JOB_ID = 52;
+
+    // The conversion action specified in the upload request cannot be found.
+    // Make sure it's available in this account.
+    NO_CONVERSION_ACTION_FOUND = 53;
+
+    // The conversion action specified in the upload request isn't set up for
+    // uploading conversions.
+    INVALID_CONVERSION_ACTION_TYPE = 54;
   }
 }