Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ setError
Method
setError
java/org/apache/catalina/connector/Response.java:376–378 ·
view source on GitHub ↗
Set the error flag if not already set.
()
Source
from the content-addressed store, hash-verified
374
* Set the error flag
if
not already set.
375
*/
376
public
void
setError() {
377
getCoyoteResponse().setError();
378
}
379
380
381
/**
Callers
6
sendError
Method · 0.95
handleReadException
Method · 0.95
exception
Method · 0.45
throwable
Method · 0.45
run
Method · 0.45
postParseRequest
Method · 0.45
Calls
1
getCoyoteResponse
Method · 0.95
Tested by
no test coverage detected