Lines Matching refs:SQLITE_ERROR

383 #define SQLITE_ERROR        1   /* SQL error or missing database */
1286 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1300 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1316 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1415 ** return [SQLITE_ERROR].</dd>
1428 ** return [SQLITE_ERROR].</dd>
2838 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3284 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3305 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3317 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3334 ** API always returns a generic error code, [SQLITE_ERROR], following any
4003 ** the error code is SQLITE_ERROR. ^A subsequent call to sqlite3_result_error()
4004 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
4656 ** [SQLITE_OK] on success and [SQLITE_ERROR] if something goes wrong.
5173 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
5174 ** less than zero, [SQLITE_ERROR] is returned and no data is read.
5207 ** [SQLITE_ERROR] is returned and no data is written. ^If N is
5208 ** less than zero [SQLITE_ERROR] is returned and no data is written.
5551 ** open database file, then SQLITE_ERROR is returned. ^This error
5554 ** also return SQLITE_ERROR. There is no way to distinguish between
5555 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
6579 ** attached database, SQLITE_ERROR is returned to the caller.