Possible error messages:
Without Resource Bundle (default) |
|
With Resource Bundle |
|
Domain | Persistence.PersistenceException |
Number | 3201 |
Label | ERR_DB_EXECUTE_STATEMENT |
Applicable Platform(s) | iOS |
An exception has been thrown from the DB layer while executing a create/delete/update statement.
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.