Values.EventResultSourceResult information for an event.
type nonrec t = {payload : OperationPayload.t option;The result 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 | `String of OperationPayload.t ])
list ]