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

Method constructor

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

Source from the content-addressed store, hash-verified

596
597export class InvalidJoinConditionRightSourceError extends JoinError {
598 constructor(sourceAlias: string) {
599 super(
600 `Invalid join condition: right expression does not refer to the joined source "${sourceAlias}"`,
601 )
602 }
603}
604
605export class InvalidJoinCondition extends JoinError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected