Values.ValidationExceptionSourceThrown when the request contains invalid parameters or fails input validation requirements.
type nonrec t = {message : String_.t option;A message describing the validation error.
*)reason : ValidationExceptionReason.t option;The reason for the validation failure.
*)fieldList : ValidationExceptionFieldList.t option;A list of fields that failed validation.
*)}