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

Method constructor

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

Source from the content-addressed store, hash-verified

9// Base error classes
10export class NonRetriableError extends TanStackDBError {
11 constructor(message: string) {
12 super(message)
13 this.name = `NonRetriableError`
14 }
15}
16
17// Schema validation error (exported from index for backward compatibility)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected