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

Method constructor

packages/db/src/errors.ts:556–558  ·  view source on GitHub ↗
(collectionId: string)

Source from the content-addressed store, hash-verified

554
555export class JoinCollectionNotFoundError extends QueryCompilationError {
556 constructor(collectionId: string) {
557 super(`Collection "${collectionId}" not found during compilation of join`)
558 }
559}
560
561// JOIN Operation Errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected