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

Class

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

Source from the content-addressed store, hash-verified

144}
145
146export class UndefinedKeyError extends CollectionOperationError {
147 constructor(item: any) {
148 super(
149 `An object was created without a defined key: ${JSON.stringify(item)}`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected