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

Method constructor

packages/offline-transactions/src/types.ts:164–167  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

162
163export class NonRetriableError extends Error {
164 constructor(message: string) {
165 super(message)
166 this.name = `NonRetriableError`
167 }
168}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected