Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/
Class
packages/db/src/errors.ts:346–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
}
345
346
export
class
NoPendingSyncTransactionCommitError extends TransactionError {
347
constructor() {
348
super(`No pending sync transaction to commit`)
349
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected