Values.ValidationExceptionSourceThe user input is not valid.
type nonrec t = {message : ExceptionMessage.t option;reason : ValidationExceptionReason.t option;fields : ValidationExceptionFieldList.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ValidationExceptionFieldName.t ]) list ]
list
| `String of ExceptionMessage.t ])
list ]