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

Class

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

Source from the content-addressed store, hash-verified

350}
351
352export class SyncTransactionAlreadyCommittedError extends TransactionError {
353 constructor() {
354 super(
355 `The pending sync transaction is already committed, you can't commit it again.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected