Error 3227

Message

Possible error messages:

Without Resource Bundle (default)
  • <Actual error message from database layer>
With Resource Bundle
  • autocommit failed
Domain Persistence.PersistenceException
Number 3227
Label ERR_DB_AUTOCOMMIT
Applicable Platform(s) iOS

Cause

SQLite COMMIT command failed.

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.