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

Function GetStrErrMsg

be/src/util/error-util.cc:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace impala {
31
32string GetStrErrMsg() {
33 // Save errno. "<<" could reset it.
34 int e = errno;
35 return GetStrErrMsg(e);
36}
37
38string GetStrErrMsg(int err_no) {
39 if (err_no == 0) return "";

Callers 15

MoveBadDebugCacheFileFunction · 0.85
OpenMethod · 0.85
GetNextMethod · 0.85
OpenMethod · 0.85
CommitMethod · 0.85
SetSockOptFunction · 0.85
EnvAppendFunction · 0.85
InitKerberosEnvMethod · 0.85
AttachStdoutStderrLockedFunction · 0.85
AbortIfErrorFunction · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected