SQLITE_CONSTRAINT_ROWID constant
int
const SQLITE_CONSTRAINT_ROWID
The SQLITE_CONSTRAINT_ROWID error code is an extended error code for SQLITE_CONSTRAINT indicating that a rowid is not unique.
Implementation
static const int SQLITE_CONSTRAINT_ROWID = 2579;