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

Method constructor

packages/db/src/errors.ts:780–785  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

778 */
779export class SetWindowRequiresOrderByError extends QueryCompilationError {
780 constructor() {
781 super(
782 `setWindow() can only be called on collections with an ORDER BY clause. ` +
783 `Add .orderBy() to your query to enable window movement.`,
784 )
785 }
786}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected