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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected