Values.ValidationExceptionSourceThe input fails to satisfy the constraints specified by the service.
type nonrec t = {message : ErrorMessage.t option;reason : ValidationExceptionReason.t option;The reason the request failed validation.
*)fields : ValidationExceptionFieldList.t option;The fields that caused the validation error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ValidationExceptionFieldName.t ]) list ]
list
| `String of ErrorMessage.t ])
list ]