errors.fyi community error code reference
SQLITE_RANGE
sqlite

Column index out of range

The column index passed to sqlite3_bind_*() or sqlite3_column_*() is out of range for the prepared statement.

Numeric value: 25

References

โ† all namespaces for SQLITE_RANGE