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

Method constructor

packages/query-db-collection/src/errors.ts:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.`,
43 )
44 this.name = `SyncNotInitializedError`
45 }
46}
47
48export class InvalidItemStructureError extends QueryCollectionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected