Values.CallbackFailedDetailsSourceContains details about a failed callback operation, including error information and the reason for failure.
type nonrec t = {error : EventError.t option;An error object that contains details about the failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Truncated.t
| `Structure of
(string
* [> `List of [> `String of StackTraceEntry.t ] list
| `String of ErrorMessage.t ])
list ])
list ])
list ]