Possible error messages:
Without Resource Bundle (default) |
|
With Resource Bundle |
|
Domain | Persistence.PersistenceException |
Number | 3227 |
Label | ERR_DB_AUTOCOMMIT |
Applicable Platform(s) | iOS |
SQLite COMMIT command failed.
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.