SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

MDK Error Archive Entity Set Handling

An Error Archive is a special offline OData entity set that stores records of failed upload operations when an MDK (Mobile Development Kit) app synchronizes local changes back to the server. Developers use it to inspect and handle synchronization errors — for example, reading error details, notifying users, and taking corrective action — as described in the Handle Error Archive in an MDK App tutorial. It is a key part of building robust offline-enabled mobile applications that must gracefully manage conflicts and backend rejections.

Tutorials that teach this

Prerequisites