Values.ValidationExceptionSourceThe request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
type nonrec t = {message : String_.t option;reason : ValidationExceptionReason.t option;The reason for the validation exception.
*)fields : ValidationExceptionFieldList.t option;The list of fields that failed to validate.
*)}