SQLITE_READONLY_ROLLBACK constant
        
        int
        const SQLITE_READONLY_ROLLBACK
        
      
      
The SQLITE_READONLY_ROLLBACK error code is an extended error code for SQLITE_READONLY. The SQLITE_READONLY_ROLLBACK error code indicates that a database cannot be opened because it has a hot journal that needs to be rolled back but cannot because the database is readonly.
Implementation
static const int SQLITE_READONLY_ROLLBACK = 776;