Class SQLite::Exceptions::ConstraintException
In: ext/sqlite-api.c
Parent: DatabaseException

From the SQLite documentation:

"This constant is returned if the SQL statement would have violated a database constraint."

[Validate]