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

Method constructor

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

Source from the content-addressed store, hash-verified

268
269export class MissingUpdateHandlerError extends MissingHandlerError {
270 constructor() {
271 super(
272 `Collection.update called directly (not within an explicit transaction) but no 'onUpdate' handler is configured.`,
273 )
274 }
275}
276
277export class MissingDeleteHandlerError extends MissingHandlerError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected