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

Method SetErrorCode

be/src/util/error-util.h:118–120  ·  view source on GitHub ↗

Set a specific error code.

Source from the content-addressed store, hash-verified

116
117 /// Set a specific error code.
118 void SetErrorCode(TErrorCode::type e) {
119 error_ = e;
120 }
121
122 /// Return the formatted error string.
123 const std::string& msg() const {

Callers 2

StatusFromThriftFunction · 0.80
StatusFromProtoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected