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

Method constructor

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

Source from the content-addressed store, hash-verified

323
324export class TransactionNotPendingCommitError extends TransactionError {
325 constructor() {
326 super(
327 `You can no longer call .commit() as the transaction is no longer pending`,
328 )
329 }
330}
331
332export class NoPendingSyncTransactionWriteError extends TransactionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected