Seaquel
SQLite error code

SQLITE_INTERRUPT

SQLITE_INTERRUPT is SQLite result code 9.

Result code9
NameSQLITE_INTERRUPT
Primary codeSQLITE_INTERRUPT

What it means

The SQLITE_INTERRUPT result code indicates that an operation was interrupted by the sqlite3_interrupt() interface. See also: SQLITE_ABORT

Source: SQLite Result and Error Codes