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

Class

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

Source from the content-addressed store, hash-verified

46}
47
48export class InvalidItemStructureError extends QueryCollectionError {
49 constructor(message: string) {
50 super(`Invalid item structure: ${message}`)
51 this.name = `InvalidItemStructureError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected