Values.ValidationExceptionSourceValidate exception.
type nonrec t = {message : LargeBoundedString.t option;code : LargeBoundedString.t option;reason : ValidationExceptionReason.t option;Validate exception reason.
*)fieldList : ValidationExceptionFieldList.t option;Validate exception field list.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of LargeBoundedString.t ]) list ]
list
| `String of LargeBoundedString.t ])
list ]