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

Method constructor

packages/db/src/errors.ts:563–566  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

561// JOIN Operation Errors
562export class JoinError extends TanStackDBError {
563 constructor(message: string) {
564 super(message)
565 this.name = `JoinError`
566 }
567}
568
569export class UnsupportedJoinTypeError extends JoinError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected