Values.ArtifactDetailsSourceDetails about a generated artifact including location and status
type nonrec t = {outputLocation : Uri_.t option;status : PostStreamArtifactGenerationStatus.t option;The generation status of the artifact
*)failureReason : ErrorMessage.t option;The reason for failure if the artifact generation failed
*)}