Possible error messages:
Without Resource Bundle (default) |
|
With Resource Bundle |
|
Domain | Persistence.PersistenceException |
Number | 3212 |
Label | ERR_DB_UPDATE_BEGIN |
Applicable Platform(s) | iOS |
Invoke UL method UpdateBegin failed when opening a BIG type column for write.
This could only happen when write-during-write is enabled and appThis 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.