Error 3225

Message

Possible error messages:

Without Resource Bundle (default)
  • Delete failed (row was changed or deleted by another transaction)
With Resource Bundle
  • delete failed (row was changed or deleted by another transaction)
Domain Persistence.PersistenceException
Number 3225
Label ERR_DB_DELETE_ROWCHANGEDORDELETED
Applicable Platform(s) iOS

Cause

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

Action

This could only happen when write-during-write is enabled and application is coded that multiple threads could modify the same object at the same time. The application needs to handle the exception or prevent 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.