MCPcopy Create free account
hub / github.com/apache/impala / IsInternalError

Method IsInternalError

be/src/common/status.h:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 bool IsInternalError() const {
231 return msg_ != NULL
232 && msg_->error() == TErrorCode::INTERNAL_ERROR;
233 }
234
235 bool IsRecoverableError() const {
236 return msg_ != NULL

Callers 2

GetNextInternalMethod · 0.80
IsBlacklistableErrorMethod · 0.80

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected