Lines Matching refs:error
38 puts stderr "This is a test. Ignore the error that follows:"
48 error "out of memory"
218 # actually return an error to the user when a malloc() fails.. That
241 if {$rc eq "SQLITE_NOMEM"} {error "out of memory"}
245 # error "out of memory"
294 error "out of memory"
318 error "Wrong error message: $rc"
327 error $err
357 if {$rc} { error $msg }
374 error $msg
411 error "out of memory"
418 error "out of memory"
421 error "out of memory"
424 error [string range $msg 4 end]
431 error [sqlite3_errmsg $DB2]
438 error [sqlite3_errmsg $DB2]
462 error "out of memory"
488 if {$r} {error [string range $msg 4 end]}
510 error "out of memory"
537 if {$r} {error [string range $msg 4 end]}
546 # This tests a special case - that an error that occurs while the pager
547 # is trying to recover from error-state in exclusive-access mode works.
571 # This puts the pager into error state.
584 if {$rc} { error $msg }
588 if {$e ne "ok"} {error $e}
662 error "out of memory"
824 proc f {args} { error "Quite a long error!" }
862 # SQLITE_BUSY error.
872 # Test that if an OOM error occurs, aux-data is still correctly destroyed.