Seaquel
SQLite error code

SQLITE_IOERR_VNODE

SQLITE_IOERR_VNODE is SQLite result code 6922, an extended code of SQLITE_IOERR.

Result code6922
NameSQLITE_IOERR_VNODE
Primary codeSQLITE_IOERR

What it means

The SQLITE_IOERR_VNODE error code is a code reserved for use by extensions. It is not used by the SQLite core.

Source: SQLite Result and Error Codes