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

Class

packages/query-db-collection/src/errors.ts:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62export class DuplicateKeyInBatchError extends QueryCollectionError {
63 constructor(key: string | number) {
64 super(`Duplicate key '${key}' found within batch operations`)
65 this.name = `DuplicateKeyInBatchError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected