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

From the SQLite documentation:

"This value is returned if the callback function returns non-zero."

[Validate]