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

Method constructor

packages/db/src/errors.ts:662–666  ·  view source on GitHub ↗
(operation: string, originalError: string)

Source from the content-addressed store, hash-verified

660
661export class SerializationError extends StorageError {
662 constructor(operation: string, originalError: string) {
663 super(
664 `Cannot ${operation} item because it cannot be JSON serialized: ${originalError}`,
665 )
666 }
667}
668
669// LocalStorage Collection Errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected