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

Method constructor

packages/db/src/errors.ts:684–688  ·  view source on GitHub ↗
(storageKey: string, key: string)

Source from the content-addressed store, hash-verified

682
683export class InvalidStorageDataFormatError extends LocalStorageCollectionError {
684 constructor(storageKey: string, key: string) {
685 super(
686 `[LocalStorageCollection] Invalid data format in storage key "${storageKey}" for key "${key}".`,
687 )
688 }
689}
690
691export class InvalidStorageObjectFormatError extends LocalStorageCollectionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected