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

Method constructor

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

Source from the content-addressed store, hash-verified

617// GROUP BY and Aggregation Errors
618export class GroupByError extends TanStackDBError {
619 constructor(message: string) {
620 super(message)
621 this.name = `GroupByError`
622 }
623}
624
625export class NonAggregateExpressionNotInGroupByError extends GroupByError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected