Values.ErrorInfoSourceProvides details in the event of a failed flow, including the failure count and the related error messages.
type nonrec t = {putFailuresCount : Long.t option;Specifies the failure count for the attempted flow.
*)executionMessage : ExecutionMessage.t option;Specifies the error message that appears if a flow fails.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Long.t | `String of ExecutionMessage.t ]) list ]