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

Class

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

Source from the content-addressed store, hash-verified

267}
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.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected