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

Class

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

Source from the content-addressed store, hash-verified

243}
244
245export class DeleteKeyNotFoundError extends CollectionOperationError {
246 constructor(key: string | number) {
247 super(
248 `Collection.delete was called with key '${key}' but there is no item in the collection with this key`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected