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

From the SQLite documentation:

"This value is returned if the operating system informs SQLite that it is unable to perform some disk I/O operation. This could mean that there is no more space left on the disk."

[Validate]