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

Method constructor

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

Source from the content-addressed store, hash-verified

351
352export class SyncTransactionAlreadyCommittedError extends TransactionError {
353 constructor() {
354 super(
355 `The pending sync transaction is already committed, you can't commit it again.`,
356 )
357 }
358}
359
360// Query Builder Errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected