Values.ValidationExceptionSourceThe resource passed is invalid.
type nonrec t = {message : ExceptionMessage.t option;The container for the exception message.
*)reason : ValidationExceptionReason.t option;The container for the reason for the exception
*)fieldList : ValidationExceptionFieldList.t option;The container for the fieldList of the exception.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of ExceptionMessage.t ])
list ]