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