SQLITE_CONSTRAINT_CHECK constant
int
const SQLITE_CONSTRAINT_CHECK
The SQLITE_CONSTRAINT_CHECK error code is an extended error code for SQLITE_CONSTRAINT indicating that a CHECK constraint failed.
Implementation
static const int SQLITE_CONSTRAINT_CHECK = 275;