Lines Matching refs:SQLITE_ERROR

402 #define SQLITE_ERROR        1   /* SQL error or missing database */
1429 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1443 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1459 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1558 ** return [SQLITE_ERROR].</dd>
1571 ** return [SQLITE_ERROR].</dd>
3080 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3558 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3579 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3591 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3608 ** API always returns a generic error code, [SQLITE_ERROR], following any
4287 ** the error code is SQLITE_ERROR. ^A subsequent call to sqlite3_result_error()
4288 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
5051 ** [SQLITE_OK] on success and [SQLITE_ERROR] if something goes wrong.
5568 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
5569 ** less than zero, [SQLITE_ERROR] is returned and no data is read.
5602 ** [SQLITE_ERROR] is returned and no data is written. ^If N is
5603 ** less than zero [SQLITE_ERROR] is returned and no data is written.
5945 ** open database file, then SQLITE_ERROR is returned. ^This error
5948 ** also return SQLITE_ERROR. There is no way to distinguish between
5949 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
7063 ** attached database, SQLITE_ERROR is returned to the caller.