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

Method constructor

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

Source from the content-addressed store, hash-verified

307
308export class TransactionNotPendingMutateError extends TransactionError {
309 constructor() {
310 super(
311 `You can no longer call .mutate() as the transaction is no longer pending`,
312 )
313 }
314}
315
316export class TransactionAlreadyCompletedRollbackError extends TransactionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected