Error 3224

Message

Possible error messages:

Without Resource Bundle (default)
  • Update failed (row was changed or deleted by another transaction)
With Resource Bundle
  • update failed (row was changed or deleted by another transaction)
Domain Persistence.PersistenceException
Number 3224
Label ERR_DB_UPDATE_ROWCHANGEDORDELETED
Applicable Platform(s) iOS

Cause

Two or more threads are trying to modify or delete the same row in the database.

Action

This error occurs when write-during-write is enabled, and the application has been coded so that multiple threads can simultaneously modify the same object. The application must handle the exception, or prevent multiple threads modifying the same object at the same time.