Values.ValidationExceptionFieldSourceInformation about a field that failed validation.
type nonrec t = {name : NonBlankString.t option;The name of the field that failed validation.
*)message : NonBlankString.t option;A description of the validation error for this field.
*)}