Values.ValidationExceptionSourceThe input fails to satisfy the specified constraints.
type nonrec t = {message : String_.t option;reason : ValidationExceptionReason.t option;A reason code for the exception.
*)fieldList : ValidationExceptionFieldList.t option;Validation errors for specific input parameters.
*)}