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

Class

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

Source from the content-addressed store, hash-verified

81}
82
83export class InvalidSyncOperationError extends QueryCollectionError {
84 constructor(message: string) {
85 super(`Invalid sync operation: ${message}`)
86 this.name = `InvalidSyncOperationError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected