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