()
| 253 | // Boolean status checks. |
| 254 | |
| 255 | public boolean ok() { |
| 256 | return code == WireProtocol.AppStatusPB.ErrorCode.OK; |
| 257 | } |
| 258 | |
| 259 | public boolean isCorruption() { |
| 260 | return code == WireProtocol.AppStatusPB.ErrorCode.CORRUPTION; |
no outgoing calls