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

Method constructor

packages/db/src/errors.ts:612–614  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

610
611export class UnsupportedJoinSourceTypeError extends JoinError {
612 constructor(type: string) {
613 super(`Unsupported join source type: ${type}`)
614 }
615}
616
617// GROUP BY and Aggregation Errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected