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

Method constructor

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

Source from the content-addressed store, hash-verified

260
261export class MissingInsertHandlerError extends MissingHandlerError {
262 constructor() {
263 super(
264 `Collection.insert called directly (not within an explicit transaction) but no 'onInsert' handler is configured.`,
265 )
266 }
267}
268
269export class MissingUpdateHandlerError extends MissingHandlerError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected