{
"error": {
"bindingErrors": [
{
"msg": "string",
"name": "string"
}
],
"errorCode": "string",
"errorMsg": "string",
"stackTrace": "string"
},
"executeAt": 0,
"recoverable": "RECOVERABLE"
}
curl --location --request PUT 'http://dev-cn.your-api-server.com/execution_failed//apply_execution_failed' \
--header 'Content-Type: application/json' \
--data-raw '{
"error": {
"bindingErrors": [
{
"msg": "string",
"name": "string"
}
],
"errorCode": "string",
"errorMsg": "string",
"stackTrace": "string"
},
"executeAt": 0,
"recoverable": "RECOVERABLE"
}'
{
"aggregateId": "string",
"aggregateName": "string",
"aggregateVersion": 0,
"bindingErrors": [
{
"msg": "string",
"name": "string"
}
],
"commandId": "string",
"contextName": "string",
"errorCode": "string",
"errorMsg": "string",
"function": {
"contextName": "string",
"functionKind": "COMMAND",
"name": "string",
"processorName": "string"
},
"id": "string",
"requestId": "string",
"result": {},
"signalTime": 0,
"stage": "SENT",
"tenantId": "string",
"waitCommandId": "string",
"succeeded": true
}