Values.ValidationExceptionSourceThe input fails to satisfy the specified constraints.
type nonrec t = {errorCode : String_.t option;The identifier for the error.
*)message : String_.t option;Description of the error.
*)reason : ValidationExceptionReason.t option;The reason the request failed validation.
*)fieldList : ValidationExceptionFieldList.t option;The field that caused the error, if applicable.
*)}