Values.ValidationExceptionSourceThe exception when the input doesn't pass validation for at least one of the input parameters.
type nonrec t = {errorCode : ValidationExceptionErrorCode.t option;400
*)fieldList : ValidationExceptionFieldList.t option;400
*)message : ErrorMessage.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of FieldName.t ]) list ] list
| `String of ErrorMessage.t ])
list ]