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

Method constructor

packages/db/src/errors.ts:590–594  ·  view source on GitHub ↗
(sourceAlias: string)

Source from the content-addressed store, hash-verified

588
589export class InvalidJoinConditionLeftSourceError extends JoinError {
590 constructor(sourceAlias: string) {
591 super(
592 `Invalid join condition: left expression refers to an unavailable source "${sourceAlias}"`,
593 )
594 }
595}
596
597export class InvalidJoinConditionRightSourceError extends JoinError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected