Seaquel
SQLite error code

SQLITE_RANGE

SQLITE_RANGE is SQLite result code 25.

Result code25
NameSQLITE_RANGE
Primary codeSQLITE_RANGE

What it means

The SQLITE_RANGE error indices that the parameter number argument to one of the sqlite3_bind routines or the column number in one of the sqlite3_column routines is out of range.

Source: SQLite Result and Error Codes