Values.FlowValidationSourceContains information about validation of the flow. This data type is used in the following API operations: GetFlow response GetFlowVersion response
type nonrec t = {message : NonBlankString.t option;A message describing the validation error.
*)severity : FlowValidationSeverity.t option;The severity of the issue described in the message.
*)details : FlowValidationDetails.t option;Specific details about the validation issue encountered in the flow.
*)type_ : FlowValidationType.t option;The type of validation issue encountered in the flow.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NonBlankString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of FlowConnectionName.t ])
list ])
list ])
list ]