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

Method constructor

packages/query-db-collection/src/errors.ts:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected