Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_ERROR

400 #define SQLITE_ERROR        1   /* SQL error or missing database */
1472 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1486 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1502 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1601 ** return [SQLITE_ERROR].</dd>
1614 ** return [SQLITE_ERROR].</dd>
3157 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3634 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3655 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3667 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3684 ** API always returns a generic error code, [SQLITE_ERROR], following any
4390 ** the error code is SQLITE_ERROR. ^A subsequent call to sqlite3_result_error()
4391 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
5178 ** [SQLITE_OK] on success and [SQLITE_ERROR] if something goes wrong.
5725 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
5726 ** less than zero, [SQLITE_ERROR] is returned and no data is read.
5759 ** [SQLITE_ERROR] is returned and no data is written. ^If N is
5760 ** less than zero [SQLITE_ERROR] is returned and no data is written.
6107 ** open database file, then SQLITE_ERROR is returned. ^This error
6110 ** also return SQLITE_ERROR. There is no way to distinguish between
6111 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
7256 ** attached database, SQLITE_ERROR is returned to the caller.