Values.EvaluationFailedEventDetailsSourceContains details about an evaluation failure that occurred while processing a state, for example, when a JSONata expression throws an error. This event will only be present in state machines that have QueryLanguage set to JSONata, or individual states set to JSONata.
type nonrec t = {error : SensitiveError.t option;The error code of the failure.
*)cause : SensitiveCause.t option;A more detailed explanation of the cause of the failure.
*)location : EvaluationFailureLocation.t option;The location of the field in the state in which the evaluation error occurred.
*)state : StateName.t option;The name of the state in which the evaluation error occurred.
*)}