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

Class

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

Source from the content-addressed store, hash-verified

30}
31
32export class GetKeyRequiredError extends QueryCollectionError {
33 constructor() {
34 super(`[QueryCollection] getKey must be provided.`)
35 this.name = `GetKeyRequiredError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected