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

Class

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

Source from the content-addressed store, hash-verified

161}
162
163export class DuplicateKeyError extends CollectionOperationError {
164 constructor(key: string | number) {
165 super(
166 `Cannot insert document with ID "${key}" because it already exists in the collection`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected