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

Method constructor

packages/db/src/errors.ts:140–143  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

138// Collection Operation Errors
139export class CollectionOperationError extends TanStackDBError {
140 constructor(message: string) {
141 super(message)
142 this.name = `CollectionOperationError`
143 }
144}
145
146export class UndefinedKeyError extends CollectionOperationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected