errors.fyi community error code reference
SQLITE_DONE
sqlite

Execution complete

sqlite3_step() has finished executing. The statement is complete. Call sqlite3_reset() to reuse it or sqlite3_finalize() to destroy it.

Numeric value: 101

References

โ† all namespaces for SQLITE_DONE