Esb_record_timeout_execution

I am getting below error from vConnect Service:

{
  "services": {
    "UNIQUE_LINK": {
      "records": [
        {
          "primary_key": "",
          "error": {
            "messageTrace": "",
            "errorType": null,
            "errorHint": null,
            "errorCode": "ESB_RECORD_TIMEOUT_EXECUTION",
            "errorMessage": null
          }
        }
      ],
      "responseHandledBy": "MOBILE APP",
      "isSuccessRuleValidated": true
    }
  }
}
3 Likes

If ESB does not get any response from Back End, it will drop the message and clears out the call back.

3 Likes