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