Seaquel
SQLite error code

SQLITE_OK

SQLITE_OK is SQLite result code 0.

Result code0
NameSQLITE_OK
Primary codeSQLITE_OK

What it means

The SQLITE_OK result code means that the operation was successful and that there were no errors. Most other result codes indicate an error.

Source: SQLite Result and Error Codes