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

Class

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

Source from the content-addressed store, hash-verified

67}
68
69export class UpdateOperationItemNotFoundError extends QueryCollectionError {
70 constructor(key: string | number) {
71 super(`Update operation: Item with key '${key}' does not exist`)
72 this.name = `UpdateOperationItemNotFoundError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected