The issue is occurred when trying to process the invalid backend response for id permanence processing. Following response should be returned. The http response code should still be 500 since it is an invalid response from the backend.
{
"errors": [
{
"code": "urn:au-cds:error:cds-all:GeneralError/Unexpected",
"title": "Unexpected Error",
"detail": "Schema validation failed in the Response: [Path '/data'] Object has missing required properties ([\"transactions\"]),"
}
]
}