Error flag accessor. @return true if the response has encountered an error
()
| 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 | /** |
no test coverage detected