Values.EventErrorSourceError information for an event.
type nonrec t = {payload : ErrorObject.t option;The error payload.
*)truncated : Truncated.t option;Indicates if the error payload was truncated due to size limits.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Truncated.t
| `Structure of
(string
* [> `List of [> `String of StackTraceEntry.t ] list
| `String of ErrorMessage.t ])
list ])
list ]