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

Method constructor

packages/db/src/errors.ts:655–658  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

653// Storage Errors
654export class StorageError extends TanStackDBError {
655 constructor(message: string) {
656 super(message)
657 this.name = `StorageError`
658 }
659}
660
661export class SerializationError extends StorageError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected