Values.ValidationExceptionSourcetype nonrec t = {message : ErrorMessage.t option;reason : ValidationExceptionReason.t option;fieldList : ValidationExceptionFieldList.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of FieldName.t ]) list ] list
| `String of ErrorMessage.t ])
list ]