sqlDeleteStatus
sqlDeleteStatus: DbResult
The raw SQLite result code from the underlying SQL DELETE statement.
DbResult.BE_SQLITE_OK on success; a non-OK code indicates a database-level error such as a constraint violation.
Defined in
- backend/src/EditTxn.ts Line 46
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.