MCPcopy Create free account
hub / github.com/TanStack/db / constructor

Method constructor

packages/db/src/errors.ts:347–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345
346export class NoPendingSyncTransactionCommitError extends TransactionError {
347 constructor() {
348 super(`No pending sync transaction to commit`)
349 }
350}
351
352export class SyncTransactionAlreadyCommittedError extends TransactionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected