Values.ValidationExceptionSourceThe value of a parameter in the request caused an error.
type nonrec t = {message : String_.t option;A description of the error.
*)reason : ValidationExceptionReason.t option;The reason that the operation failed.
*)fieldList : ValidationExceptionFieldList.t option;A list of fields that might be associated with the error.
*)}