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

Method constructor

packages/db/src/errors.ts:570–572  ·  view source on GitHub ↗
(joinType: string)

Source from the content-addressed store, hash-verified

568
569export class UnsupportedJoinTypeError extends JoinError {
570 constructor(joinType: string) {
571 super(`Unsupported join type: ${joinType}`)
572 }
573}
574
575export class InvalidJoinConditionSameSourceError extends JoinError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected