Values.JobErrorSourceContains the details about the policy generation error.
type nonrec t = {code : JobErrorCode.t option;The job error code.
*)message : String_.t option;Specific information about the error. For example, which service quota was exceeded or which resource was not found.
*)}