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

Method constructor

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

Source from the content-addressed store, hash-verified

83
84export class CollectionRequiresSyncConfigError extends CollectionConfigurationError {
85 constructor() {
86 super(`Collection requires a sync config`)
87 }
88}
89
90export class InvalidSchemaError extends CollectionConfigurationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected