SQLITE_CORRUPT constant

int const SQLITE_CORRUPT

The database disk image is malformed

Implementation

static const int SQLITE_CORRUPT = 11;