Possible error messages:
Without Resource Bundle (default) |
|
With Resource Bundle |
|
Domain | Persistence.PersistenceException |
Number | 3213 |
Label | ERR_DB_UPDATE_END |
Applicable Platform(s) | iOS |
Cannot invoke UL method UpdateEnd when updating a BIG type column.
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.