Method
IsDiskIoError
Source from the content-addressed store, hash-verified
| 238 | } |
| 239 | |
| 240 | bool IsDiskIoError() const { |
| 241 | return msg_ != NULL |
| 242 | && msg_->error() == TErrorCode::DISK_IO_ERROR; |
| 243 | } |
| 244 | |
| 245 | bool IsThreadPoolError() const { |
| 246 | return msg_ != NULL |