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

Method constructor

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

Source from the content-addressed store, hash-verified

125
126export class CollectionIsInErrorStateError extends CollectionStateError {
127 constructor() {
128 super(`Collection is in error state`)
129 }
130}
131
132export class NegativeActiveSubscribersError extends CollectionStateError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected