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

Method constructor

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

Source from the content-addressed store, hash-verified

331
332export class NoPendingSyncTransactionWriteError extends TransactionError {
333 constructor() {
334 super(`No pending sync transaction to write to`)
335 }
336}
337
338export class SyncTransactionAlreadyCommittedWriteError extends TransactionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected