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

Method constructor

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

Source from the content-addressed store, hash-verified

89
90export class InvalidSchemaError extends CollectionConfigurationError {
91 constructor() {
92 super(`Schema must implement the standard-schema interface`)
93 }
94}
95
96export class SchemaMustBeSynchronousError extends CollectionConfigurationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected