Values.ValidationExceptionSourceThe request failed because it contains a syntax error.
type nonrec t = {message : ValidationExceptionMessage.t option;reason : ValidationExceptionReason.t option;The reason for the validation exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ValidationExceptionMessage.t ])
list ]