Values.SendDurableExecutionCallbackFailureRequestSourceSends a failure response for a callback operation in a durable execution. Use this API when an external system cannot complete a callback operation successfully.
type nonrec t = {callbackId : CallbackId.t;The unique identifier for the callback operation.
*)error : ErrorObject.t option;Error details describing why the callback operation failed.
*)}val of_header_and_body :
((string, CallbackId.t) Awso.Import.List.Assoc.t * ErrorObject.t) ->
tval 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 ]