Values.FailureDetailsSourceRepresents information about failure details.
type nonrec t = {type_ : FailureType.t;The type of the failure.
*)message : Message.t;The message about the failure.
*)externalExecutionId : ExecutionId.t option;The external ID of the run of the action that failed.
*)}