Помилки SQL/баз данихКритична
SQLITE_IOERR (10)SQLITE_IOERR (10) — Disk I/O Error
A disk I/O error occurred while reading or writing the database.
sqlite
Детальніше SQLITE_MISMATCH (20)The data type does not match what was expected.
A non-integer value was inserted into an INTEGER PRIMARY KEY (rowid alias).
Ensure INTEGER PRIMARY KEY values are integers. Use CAST() to convert values.
SQLITE_IOERR (10)A disk I/O error occurred while reading or writing the database.
MySQL 1146The referenced table does not exist in the database.
SQLITE_BUSY (5)The database file is locked by another connection or process.
23505An INSERT or UPDATE violates a unique constraint or primary key.
SQLITE_CORRUPT (11)The database file is corrupted.
40001The transaction was rolled back due to a serialization conflict.