Values.ValidationExceptionSourceThis exception is thrown when the notification event fails validation.
type nonrec t = {message : ErrorMessage.t option;reason : ValidationExceptionReason.t option;The reason why your input is considered invalid.
*)fieldList : ValidationExceptionFieldList.t option;The list of input fields that are invalid.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of ErrorMessage.t ])
list ]