Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ lastError
Method
lastError
packages/query-db-collection/src/query.ts:301–303 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
299
300
// Getters for error state
301
public get lastError() {
302
return
this.state.lastError
303
}
304
305
public get isError() {
306
return
!!this.state.lastError
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected