Values.ValidationErrorSourceOne or more fields in the request failed validation. This error provides detailed information about which fields were invalid and why, allowing you to correct the request and retry.
type nonrec t = {reasons : ErrorDetailList.t option;A list of validation error details, where each item identifies a specific field that failed validation and explains the reason for the failure.
*)message : GenericString.t option;A message describing the validation error error that occurred.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of GenericString.t ]) list ]
list
| `String of GenericString.t ])
list ]