Values.ValidationExceptionSourceIndicates that an error has occurred while performing a validate operation.
type nonrec t = {message : ErrorMessage.t option;fieldList : ValidationExceptionFieldList.t option;The list of fields for which validation failed and the corresponding failure messages.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of ErrorMessage.t ])
list ]