errors.fyi community error code reference
SQLITE_MISUSE
sqlite

Library used incorrectly

The SQLite API was used incorrectly — for example, calling sqlite3_step() on a finalised statement. This indicates a programming error.

Numeric value: 21

References

← all namespaces for SQLITE_MISUSE