Values.ValidationExceptionFieldSourceStores information about a field passed inside a request that resulted in an validation error.
type nonrec t = {name : NonBlankString.t option;The name of the field.
*)message : NonBlankString.t option;A message describing why this field failed validation.
*)}