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

Class

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

Source from the content-addressed store, hash-verified

221}
222
223export class UpdateKeyNotFoundError extends CollectionOperationError {
224 constructor(key: string | number) {
225 super(
226 `The key "${key}" was passed to update but an object for this key was not found in the collection`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected