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