MCPcopy Index your code
hub / github.com/apache/tomcat / isError

Method isError

java/org/apache/coyote/Response.java:374–376  ·  view source on GitHub ↗

Error flag accessor. @return true if the response has encountered an error

()

Source from the content-addressed store, hash-verified

372 * @return <code>true</code> if the response has encountered an error
373 */
374 public boolean isError() {
375 return errorState.get() > 0;
376 }
377
378
379 /**

Callers 15

acceptResultMethod · 0.45
sendMessageBlockMethod · 0.45
writeMethod · 0.45
processDataControlMethod · 0.45
processDataTextMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
dispatchMethod · 0.45
actionMethod · 0.45
serviceMethod · 0.45
prepareResponseMethod · 0.45
endRequestMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected