Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SQLITE_ERROR

382 #define SQLITE_ERROR        1   /* SQL error or missing database */
1249 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1263 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1279 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1378 ** return [SQLITE_ERROR].</dd>
1391 ** return [SQLITE_ERROR].</dd>
2654 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3100 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3121 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3133 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3150 ** API always returns a generic error code, [SQLITE_ERROR], following any
3819 ** the error code is SQLITE_ERROR. ^A subsequent call to sqlite3_result_error()
3820 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
4472 ** [SQLITE_OK] on success and [SQLITE_ERROR] if something goes wrong.
4984 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
4985 ** less than zero, [SQLITE_ERROR] is returned and no data is read.
5018 ** [SQLITE_ERROR] is returned and no data is written. ^If N is
5019 ** less than zero [SQLITE_ERROR] is returned and no data is written.
5362 ** open database file, then SQLITE_ERROR is returned. ^This error
5365 ** also return SQLITE_ERROR. There is no way to distinguish between
5366 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
6373 ** attached database, SQLITE_ERROR is returned to the caller.