SQLITE_IOERR_DELETE_NOENT constant

int const SQLITE_IOERR_DELETE_NOENT

The SQLITE_IOERR_DELETE_NOENT error code is an extended error code for SQLITE_IOERR indicating that the xDelete method on the sqlite3_vfs object failed because the file being deleted does not exist.

Implementation

static const int SQLITE_IOERR_DELETE_NOENT = 5898;