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

Class

packages/db/src/errors.ts:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110export class CollectionInErrorStateError extends CollectionStateError {
111 constructor(operation: string, collectionId: string) {
112 super(
113 `Cannot perform ${operation} on collection "${collectionId}" - collection is in error state. Try calling cleanup() and restarting the collection.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected