errors.fyi community error code reference
SQLITE_INTERRUPT
sqlite

Interrupted

The operation was interrupted by a call to sqlite3_interrupt(). Any prepared statements associated with the connection are rolled back.

Numeric value: 9

References

โ† all namespaces for SQLITE_INTERRUPT