Is this status OK, i.e., not an error.
()
| 513 | * Is this status OK, i.e., not an error. |
| 514 | */ |
| 515 | public boolean isOk() { |
| 516 | return Code.OK == code; |
| 517 | } |
| 518 | |
| 519 | /** |
| 520 | * Convert this {@link Status} to a {@link RuntimeException}. Use {@link #fromThrowable} |
no outgoing calls