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

Method constructor

packages/db/src/errors.ts:728–732  ·  view source on GitHub ↗
(collectionId: string, alias: string)

Source from the content-addressed store, hash-verified

726 */
727export class WhereClauseConversionError extends QueryOptimizerError {
728 constructor(collectionId: string, alias: string) {
729 super(
730 `Failed to convert WHERE clause to collection filter for collection '${collectionId}' alias '${alias}'. This indicates a bug in the query optimization logic.`,
731 )
732 }
733}
734
735/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected