Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_ERROR

383 #define SQLITE_ERROR        1   /* SQL error or missing database */
1353 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1367 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1383 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1482 ** return [SQLITE_ERROR].</dd>
1495 ** return [SQLITE_ERROR].</dd>
2937 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3409 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3430 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3442 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3459 ** API always returns a generic error code, [SQLITE_ERROR], following any
4134 ** the error code is SQLITE_ERROR. ^A subsequent call to sqlite3_result_error()
4135 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
4835 ** [SQLITE_OK] on success and [SQLITE_ERROR] if something goes wrong.
5352 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
5353 ** less than zero, [SQLITE_ERROR] is returned and no data is read.
5386 ** [SQLITE_ERROR] is returned and no data is written. ^If N is
5387 ** less than zero [SQLITE_ERROR] is returned and no data is written.
5730 ** open database file, then SQLITE_ERROR is returned. ^This error
5733 ** also return SQLITE_ERROR. There is no way to distinguish between
5734 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
6821 ** attached database, SQLITE_ERROR is returned to the caller.