SQLITE_CONSTRAINT_TRIGGER constant

int const SQLITE_CONSTRAINT_TRIGGER

The SQLITE_CONSTRAINT_TRIGGER error code is an extended error code for SQLITE_CONSTRAINT indicating that a RAISE function within a trigger fired, causing the SQL statement to abort.

Implementation

static const int SQLITE_CONSTRAINT_TRIGGER = 1811;