Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
inject-live-query.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected