Values.SendDurableExecutionCallbackSuccessResponseSourceSends a successful completion response for a callback operation in a durable execution. Use this API when an external system has successfully completed a callback operation.
type nonrec error = [ | `CallbackTimeoutException of CallbackTimeoutException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ServiceException of ServiceException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CallbackTimeoutException of CallbackTimeoutException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CallbackTimeoutException of CallbackTimeoutException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]