SQLite error code
SQLITE_INTERRUPT
SQLITE_INTERRUPT is SQLite result code 9.
| Result code | 9 |
|---|---|
| Name | SQLITE_INTERRUPT |
| Primary code | SQLITE_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