Seaquel
SQLite error code

SQLITE_CONSTRAINT_CHECK

SQLITE_CONSTRAINT_CHECK is SQLite result code 275, an extended code of SQLITE_CONSTRAINT.

Result code275
NameSQLITE_CONSTRAINT_CHECK
Primary codeSQLITE_CONSTRAINT

What it means

The SQLITE_CONSTRAINT_CHECK error code is an extended error code for SQLITE_CONSTRAINT indicating that a CHECK constraint failed.

Source: SQLite Result and Error Codes