
There are two methods for locating entities or links that are in the error state.
A new custom $filter method called sap.inerrorstate() can now be used on read requests against the Offline Store. Using this method filters for only entities and links that are in the error state. For example,
GET /Customers?$filter=sap.inerrorstate()
GET /Customers/$links/Orders?$filter=sap.inerrorstate()
A new navigation property called AffectedEntity is available on each entry in the ErrorArchive. This navigation property links to the entity affected by the corresponding failed request. For example,
GET /ErrorArchive(1L)/AffectedEntity
PUT ErrorArchive(1L)/AffectedEntity