Values.CallbackDetailsSourceContains details about a callback operation in a durable execution, including the callback token and timeout configuration.
type nonrec t = {callbackId : CallbackId.t option;The callback ID. Callback IDs are generated by the DurableContext when a durable function calls ctx.waitForCallback.
*)result : OperationPayload.t option;The response payload from the callback operation as a string.
*)error : ErrorObject.t option;An error object that contains details about the failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of CallbackId.t
| `Structure of
(string
* [> `List of [> `String of StackTraceEntry.t ] list
| `String of ErrorMessage.t ])
list ])
list ]