Seaquel
SQLite error code

SQLITE_IOERR_TRUNCATE

SQLITE_IOERR_TRUNCATE is SQLite result code 1546, an extended code of SQLITE_IOERR.

Result code1546
NameSQLITE_IOERR_TRUNCATE
Primary codeSQLITE_IOERR

What it means

The SQLITE_IOERR_TRUNCATE error code is an extended error code for SQLITE_IOERR indicating an I/O error in the VFS layer while trying to changes the size of a file using the xTruncate method of the sqlite3_io_methods object.

Source: SQLite Result and Error Codes