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

Method constructor

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected