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

Method isError

packages/query-db-collection/src/query.ts:305–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303 }
304
305 public get isError() {
306 return !!this.state.lastError
307 }
308
309 public get errorCount() {
310 return this.state.errorCount

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected