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

Class

packages/db/src/errors.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17// Schema validation error (exported from index for backward compatibility)
18export class SchemaValidationError extends TanStackDBError {
19 type: `insert` | `update`
20 issues: ReadonlyArray<{
21 message: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected