Values.ValidationExceptionSourceA standard error for input validation failures. This should be thrown by services when a member of the input structure falls outside of the modeled or documented constraints.
type nonrec t = {message : String_.t option;A summary of the validation failure.
*)fieldList : ValidationExceptionFieldList.t option;A list of specific failures encountered while validating the input. A member can appear in this list more than once if it failed to satisfy multiple constraints.
*)}