Set the error as reported. @return true if the error state was successfully transitioned to reported
()
| 392 | * @return {@code true} if the error state was successfully transitioned to reported |
| 393 | */ |
| 394 | public boolean setErrorReported() { |
| 395 | return errorState.compareAndSet(1, 2); |
| 396 | } |
| 397 | |
| 398 | |
| 399 | /** |