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

Class

packages/query-db-collection/src/errors.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39export class SyncNotInitializedError extends QueryCollectionError {
40 constructor() {
41 super(
42 `Collection must be in 'ready' state for manual sync operations. Sync not initialized yet.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected