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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected