Values.ValidationExceptionSourceThe request isn't valid. Review the details in the error message to update the invalid parameters or values in your request.
type nonrec t = {message : ExceptionMessage.t option;reason : ValidationExceptionReason.t option;Reason the request failed validation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ExceptionMessage.t ]) list ]