SQLite error code
SQLITE_IOERR_VNODE
SQLITE_IOERR_VNODE is SQLite result code 6922, an extended code of SQLITE_IOERR.
| Result code | 6922 |
|---|---|
| Name | SQLITE_IOERR_VNODE |
| Primary code | SQLITE_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