Values.JobAttachmentDetailsErrorSourceThe error details for job attachments.
type nonrec t = {jobId : JobId.t option;The job ID.
*)code : JobEntityErrorCode.t option;The error code.
*)message : String_.t option;The error message detailing the error's cause.
*)}