Lines Matching refs:error

449 ** at an error if we are not interactive.
480 ** in a number of other places, mostly for error messages.
530 ** out-of-memory error.
2139 char *zMsg = sqlite3_mprintf("error SQL statement [%s]: %s",
4232 ** first unmatched ")" character, then return. If an error is found,
4233 ** return a pointer to the error message string.
4255 ** to the error message if there is a problem.
4416 ** error message if something goes wrong.
4502 const char *zErr; /* Compile error message */
4649 ** of bytes written is returned. If an error occurs, NULL is returned.
4673 ** error is encountered, an exception is raised.
4686 ** refers to does not exist, it is an error. If the path refers to a regular
4762 ** SQLITE_TOOBIG error.
4822 ** Set the error message contained in context ctx to the results of
5011 ** be an error though - if there is already a directory at the same
5013 ** to do so using chmod(), it is not an error. */
5303 ** Set the error message for the virtual table associated with cursor
7146 ** Set the error message contained in context ctx to the results of
7336 ** Set the error message for the virtual table associated with cursor
7356 ** aRead[]. Return SQLITE_OK if successful, or an SQLite error code
7359 ** If an error does occur, output variable (*pzErrmsg) may be set to point
7360 ** to an English language error message. It is the responsibility of the
7375 *pzErrmsg = sqlite3_mprintf("error in fread()");
7391 pTab->base.zErrMsg = sqlite3_mprintf("error in fwrite()");
7640 ** the new object. Otherwise, an SQLite error code is returned and the
7644 ZipfileTab *pTab, /* Store any error message here */
7783 ** If an error occurs, an error code is left in pCtx instead.
7828 ** If no error occurs, SQLITE_OK is returned. Otherwise, an SQLite error
7829 ** code is returned and an error message left in virtual-table handle
7862 *pzErr = sqlite3_mprintf("zipfile: deflate() error");
7975 ** returned if successful. Otherwise, an SQLite error code is returned and
7976 ** an English language error message may be left in virtual-table pTab.
8285 *pzErr = sqlite3_mprintf("zipfile: parse error in mode: %s", z);
8894 ** ends in '/' it is an error. */
9113 sqlite3_result_error(context, "error in compress()", -1);
9153 sqlite3_result_error(context, "error in uncompress()", -1);
9209 ** to NULL. Or, if an error occurs, NULL is returned and (*pzErr) set to
9210 ** an English-language error message. In this case it is the responsibility
9211 ** of the caller to eventually free the error message buffer using
9254 ** is returned and (*pzErr) set to NULL. Or, if an error occurs - for example
9255 ** due to a error in the SQL - an SQLite error code is returned and (*pzErr)
9256 ** may be set to point to an English language error message. In this case
9257 ** the caller is responsible for eventually freeing the error message buffer
9260 ** If an error does occur while processing one of the statements in the
9283 ** an error occurs, an SQLite error code is returned and (*pzErr) set to
9284 ** point to a buffer containing an English language error message. In this
9288 ** If an error does occur within this function, the sqlite3expert object
9668 ** An error associated with database handle db has just occurred. Pass
9669 ** the error message to callback function xOut.
9673 char **pzErrmsg /* Write error here */
9684 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */
9701 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */
9781 *pzErr = sqlite3_mprintf("internal error!");
10043 ** SQLite error code and set (*ppOut) to NULL. In this case *pzErrmsg may be
10044 ** set to point to an error string.
10047 ** IdxTable object or error message using sqlite3_free().
10232 ** would create from arguments pScan, pEq and pTail. If no error occurs and
10236 ** If an error occurs, set *pRc to an SQLite error code and return zero.
11230 /* If an error has occurred, free the new object and reutrn NULL. Otherwise,
11474 ** error. Instead, it attempts to extract as much data as possible and
11739 ** Or, if an error occurs, set both (*ppPage) and (*pnPage) to 0 and
11740 ** return an SQLite error code.
12129 ** an SQLite error code.
12158 ** and return SQLITE_OK. Otherwise, return an SQLite error code.
12393 ** error. If it returns some other non-SQLITE_OK value, then an error
12396 ** 4) Retrieves any error code and English language error message using the
12405 ** sqlite3_recover_finish(). This is not an error, but the final state
12465 ** the recover handle error code (see below).
12467 ** If an out-of-memory error occurs, NULL may be returned instead of
12495 ** or an SQLite error code otherwise.
12553 ** If no error occurs but the recovery operation is not completed, this
12555 ** then SQLITE_DONE is returned. If an error has occurred, then an SQLite
12556 ** error code (e.g. SQLITE_IOERR or SQLITE_NOMEM) is returned. It is not
12557 ** considered an error if some or all of the data cannot be recovered
12568 ** or an SQLite error code otherwise. Calling this function is the same
12577 ** If an error has been encountered during a prior call to
12580 ** the error. If no error message is available, or if an out-of memory
12581 ** error occurs while attempting to allocate a buffer in which to format
12582 ** the error message, NULL is returned.
12591 ** an error occurs, an SQLite error code is returned. Otherwise, SQLITE_OK.
12825 /* Error code and error message */
12934 ** argument already contains an error (if p->errCode!=SQLITE_OK).
12938 ** if an OOM error occurs, NULL is returned and the handle error code
12956 ** Set the error code and error message for the recover handle passed as
12957 ** the first argument. The error code is set to the value of parameter
12961 ** error message is set to the result of using any trailing arguments for
13039 ** Set the recover handle error to the error code and message returned by
13048 ** This function is a no-op if recover handle p already contains an error
13053 ** Or, if an error occurs, NULL is returned and an error left in the
13071 ** This function is a no-op if recover handle p already contains an error
13077 ** the statment handle returned. Or, if an error occurs - either during
13079 ** error code and message are left in the recover handle.
13105 ** indicates that an error occurred, and there is not already an error
13106 ** in the recover handle passed as the first argument, set the error
13107 ** code and error message appropriately.
13122 ** indicates that an error occurred, and there is not already an error
13123 ** in the recover handle passed as the first argument, set the error
13124 ** code and error message appropriately.
13135 ** This function is a no-op if recover handle p already contains an error
13140 ** Or, if an error occurs, leave an error code and message in the recover
13141 ** handle and return a copy of the error code.
13155 ** error in the recover handle passed as the first argument if an error
13171 ** This function is a no-op if recover handle p already contains an error
13181 ** Or, if an error occurs, an error code and message is left in the recover
13200 ** This function is a no-op if recover handle p already contains an error
13204 ** successful, return the integer result. Or, if an error occurs, leave an
13205 ** error code and error message in the sqlite3_recover handle and return
13448 ** This function is a no-op if recover handle p already contains an error
13449 ** (if p->errCode!=SQLITE_OK). A copy of the error code is returned in
13455 ** If no error occurs, SQLITE_OK is returned. Otherwise, an error code
13456 ** and error message are left in the recover handle and a copy of the
13457 ** error code returned. It is not considered an error if part of all of
13481 ** using sqlite3_recover_init_sql()) of if an error has already occurred,
13485 ** If the callback returns non-zero, set the recover handle error code to
13492 recoverError(p, SQLITE_ERROR, "callback returned an error - %d", res);
13562 ** This function is a no-op if recover handle p already contains an error
13563 ** (if p->errCode!=SQLITE_OK). A copy of the error code is returned in
13571 ** If no error occurs, SQLITE_OK is returned. Otherwise, an error code
13572 ** and error message are left in the recover handle and a copy of the
13573 ** error code returned.
13634 ** This function is a no-op if recover handle p already contains an error
13859 ** This function is a no-op if recover handle p already contains an error
13979 ** If an error occurs, NULL is returned and an error code and error
14085 ** of the root page and returns SQLITE_OK. Otherwise, if an error occurs,
14086 ** an SQLite error code is returned and the final value of *piRoot
14847 ** in bytes and return SQLITE_OK. Or, if no error occurs but no valid page
14849 ** if an error occurs (e.g. an IO or OOM error), then an SQLite error code
15172 ** is guaranteed that the handle is not in an error state when this
15260 /* If no error has occurred, commit the write transaction on the output
15261 ** database. Regardless of whether or not an error has occurred, make
15353 ** Return the handle error message, if any.
15360 ** Return the handle error code.
15421 ** no error has occurred but database recovery is not finished, SQLITE_DONE
15423 ** error code if an error has occurred.
15436 ** else an SQLite error code.
15754 ** If in safe mode, print an error message described by the arguments
15786 ** environment variable. If still there is no EDITOR, through an error.
15788 ** Also throw an error if the EDITOR program returns a non-zero exit code.
17043 ** syntax error. Return a pointer to the text, in memory obtained from
17044 ** sqlite3_malloc(). Or, if the most recent error does not involve a
17076 zMsg = sqlite3_mprintf("\n %z\n %*s^--- error here", zCode, iOffset, "");
17139 ** Allocate space and save off string indicating current error.
17143 const char *zPhase, /* When the error occcurs */
18140 ** If successful, SQLITE_OK is returned. Otherwise, an SQLite error
18142 ** an English language error message. It is the responsibility of the
18160 ** If successful, SQLITE_OK is returned. Otherwise, an SQLite error
18162 ** an English language error message. It is the responsibility of the
18405 ** copy of the error message. Otherwise, set zSql to point to the
18683 ** If we get a SQLITE_CORRUPT error, rerun the query after appending
18760 ".bail on|off Stop after hitting an error. Default OFF",
19099 ** NULL is returned if any error is encountered. The final value of *pnByte
19460 ** open. The OPEN_DB_KEEPALIVE flag changes that so that it prints an error
19467 #define OPEN_DB_KEEPALIVE 0x001 /* Return after error if true */
19472 ** the database fails to open, print an error message and exit.
20038 ** Try to transfer data for table zTable. If an error is seen while
20151 ** If an error is encountered while moving forward through the
20327 ** Return 1 on error, 2 to exit, and 0 otherwise.
20368 utf8_printf(stderr, "error: %s\n", sqlite3_errmsg(p->db));
20662 FILE *out = pState->out; /* Stream to write non-error output to */
20790 raw_printf(stderr, "Error: internal error");
20860 raw_printf(stderr, "sql error: %s (%d)\n",
20913 raw_printf(stderr, "SQL error: %s\n", sqlite3_errmsg(db));
20934 raw_printf(stderr, "SQL error: %s\n", sqlite3_errmsg(db));
20975 ** Print an error message for the .ar command to stderr and return
21056 ** successfully, otherwise an error message is written to stderr and
21201 ** file is not present in the archive, an error is printed to stderr and an
21202 ** error code returned. Otherwise, if all specified arguments are present
21763 raw_printf(stderr, "sql error: %s (%d)\n", zErr, errCode);
21992 ** Return 1 on error, 2 to exit, and 0 otherwise.
22034 if( nArg==0 ) return 0; /* no tokens, no error */
22200 ** azArg[1]. If there are differences, report an error and exit.
22994 if( nCol==0 ) return 0; /* no columns, no error */
23763 /* If no command name matches, show a syntax error */
24157 printf("Error: error code %d\n", rc);
24278 raw_printf(stderr, "Cannot open session: error code=%d\n", rc);
24288 /* If no command name matches, show a syntax error */
24402 utf8_printf(p->out, "%d: error-code-%d: %s\n", tno, rc, zErrMsg);
24667 /* It is an historical accident that the .indexes command shows an error
25410 zErrorType = "Parse error";
25413 zErrorType = "Runtime error";
25593 ** 0 return indicates an error of some kind.
25712 " -bail stop after hitting an error\n"
25782 ** error message if it is initialized.
25836 ** Get the argument to an --option. Throw an error and die if no argument
26531 ** on success, non-0 on error. This function returns 0 on success,