Values.ValidationExceptionFieldSourceContains information about a field that failed validation, including the field name and a descriptive error message.
type nonrec t = {name : String_.t option;The name of the field that failed validation.
*)message : ErrorMessage.t option;A message that describes why the field failed validation.
*)}