Values.ValidationExceptionFieldSourceInformation about a field that failed validation.
type nonrec t = {name : ValidationExceptionFieldName.t option;The name of the field that failed validation.
*)message : ValidationExceptionFieldMessage.t option;A message describing why the field failed validation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ValidationExceptionFieldName.t ]) list ]