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