Values.ValidationExceptionSourceOne or more of the parameters in the request is not valid.
type nonrec t = {message : ErrorMessage.t option;reason : ValidationExceptionReason.t option;The reason for the exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]