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

Method constructor

packages/db/src/errors.ts:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210
211export class MissingUpdateArgumentError extends CollectionOperationError {
212 constructor() {
213 super(`The first argument to update is missing`)
214 }
215}
216
217export class NoKeysPassedToUpdateError extends CollectionOperationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected