/errors/offline_user_data_job_error.proto

--- v16/errors/offline_user_data_job_error.proto    2024-05-29 16:00:41.000000000 +0000
+++ v17/errors/offline_user_data_job_error.proto    2024-05-29 16:00:47.000000000 +0000
@@ -167,5 +167,10 @@
     // All the fields are not present in the EventAttribute of the Customer
     // Match.
     EVENT_ATTRIBUTE_ALL_FIELDS_ARE_REQUIRED = 45;
+
+    // Consent was provided at the operation level for an OfflineUserDataJobType
+    // that expects it at the job level. The provided operation-level consent
+    // will be ignored.
+    OPERATION_LEVEL_CONSENT_PROVIDED = 48;
   }
 }