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

Class

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

Source from the content-addressed store, hash-verified

314}
315
316export class TransactionAlreadyCompletedRollbackError extends TransactionError {
317 constructor() {
318 super(
319 `You can no longer call .rollback() as the transaction is already completed`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected