Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getError
Method
getError
src/jvm/clojure/lang/Agent.java:187–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
}
186
187
public
Throwable getError(){
188
return
aq.get().error;
189
}
190
191
public
void
setErrorMode(Keyword k){
192
errorMode = k;
Callers
2
restart
Method · 0.95
dispatch
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected