SQL/Veritabanı HatalarıKritik
SQLITE_IOERR (10)SQLITE_IOERR (10) — Disk I/O Error
A disk I/O error occurred while reading or writing the database.
sqlite
Ayrıntıları görüntüle SQLITE_INTERRUPT (9)The operation was interrupted by sqlite3_interrupt().
Another thread called sqlite3_interrupt() or a signal handler triggered interruption.
Handle the interruption gracefully. Retry if the interruption was transient.
SQLITE_IOERR (10)A disk I/O error occurred while reading or writing the database.
42846The value cannot be automatically converted to the required type.
SQLITE_MISUSE (21)The SQLite API was used incorrectly.
3F000The specified schema does not exist in the database.
55000The database object is not in the required state.
42P01The specified table or view does not exist.