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

Method constructor

packages/db/src/errors.ts:369–371  ·  view source on GitHub ↗
(context: string)

Source from the content-addressed store, hash-verified

367
368export class OnlyOneSourceAllowedError extends QueryBuilderError {
369 constructor(context: string) {
370 super(`Only one source is allowed in the ${context}`)
371 }
372}
373
374export class SubQueryMustHaveFromClauseError extends QueryBuilderError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected