Values.ErrorInfoSourceProvides details in the event of a failed flow, including the error type and the related error message.
type nonrec t = {errorMessage__lc1 : ErrorMessage.t option;Specifies the error message that appears if a flow fails.
*)errorType : ErrorDetails.t option;Specifies the type of error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]