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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected