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

Class

packages/db/src/errors.ts:338–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338export class SyncTransactionAlreadyCommittedWriteError extends TransactionError {
339 constructor() {
340 super(
341 `The pending sync transaction is already committed, you can't still write to it.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected