Values.BatchUpdateJobErrorSourceThe error details for a job that could not be updated in a batch update operation.
type nonrec t = {farmId : FarmId.t option;The farm ID of the job that could not be updated.
*)queueId : QueueId.t option;The queue ID of the job that could not be updated.
*)jobId : JobId.t option;The job ID of the job that could not be updated.
*)code : BatchUpdateJobErrorCode.t option;The error code.
*)message : String_.t option;The error message.
*)}