Seaquel
SQLite error code

SQLITE_NOTICE_RECOVER_ROLLBACK

SQLITE_NOTICE_RECOVER_ROLLBACK is SQLite result code 539, an extended code of SQLITE_NOTICE.

Result code539
NameSQLITE_NOTICE_RECOVER_ROLLBACK
Primary codeSQLITE_NOTICE

What it means

The SQLITE_NOTICE_RECOVER_ROLLBACK result code is passed to the callback of sqlite3_log() when a hot journal is rolled back.

Source: SQLite Result and Error Codes