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

Class

packages/query-db-collection/src/errors.ts:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97export class MissingKeyFieldError extends QueryCollectionError {
98 constructor(operation: string, message: string) {
99 super(`${operation} item must contain the key field: ${message}`)
100 this.name = `MissingKeyFieldError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected