Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ setError
Method
setError
java/org/apache/coyote/Response.java:364–366 ·
view source on GitHub ↗
Set the error flag if not already set.
()
Source
from the content-addressed store, hash-verified
362
* Set the error flag
if
not already set.
363
*/
364
public
void
setError() {
365
errorState.compareAndSet(0, 1);
366
}
367
368
369
/**
Callers
5
setErrorState
Method · 0.45
logAccess
Method · 0.45
Stream
Method · 0.45
doStreamCancel
Method · 0.45
doRead
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected