SQLITE_CONSTRAINT_CHECK

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
enum SQLITE_CONSTRAINT_CHECK = SQLITE_CONSTRAINT | (1 << 8);

Meta