Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ resetError
Method
resetError
java/org/apache/coyote/Response.java:402–404 ·
view source on GitHub ↗
Reset the error state.
()
Source
from the content-addressed store, hash-verified
400
* Reset the error state.
401
*/
402
public
void
resetError() {
403
errorState.set(0);
404
}
405
406
407
// -------------------- Methods --------------------
Callers
1
recycle
Method · 0.95
Calls
1
set
Method · 0.65
Tested by
no test coverage detected