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

Method constructor

packages/db/src/errors.ts:287–290  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

285// Transaction Errors
286export class TransactionError extends TanStackDBError {
287 constructor(message: string) {
288 super(message)
289 this.name = `TransactionError`
290 }
291}
292
293export class MissingMutationFunctionError extends TransactionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected