Values.ValidationExceptionFieldSourceStores information about a field passed inside a request that resulted in an exception.
type nonrec t = {name : ValidationExceptionFieldName.t option;message : ExceptionMessage.t option;}val to_value :
t ->
[> `Structure of
(string * [> `String of ValidationExceptionFieldName.t ]) list ]