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

From the SQLite documentation:

"This return value indicates that there was an error in the SQL that was passed into the sqlite_exec."

[Validate]