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

Method constructor

packages/db/src/errors.ts:692–696  ·  view source on GitHub ↗
(storageKey: string)

Source from the content-addressed store, hash-verified

690
691export class InvalidStorageObjectFormatError extends LocalStorageCollectionError {
692 constructor(storageKey: string) {
693 super(
694 `[LocalStorageCollection] Invalid data format in storage key "${storageKey}". Expected object format.`,
695 )
696 }
697}
698
699// Sync Cleanup Errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected