MCPcopy Create free account
hub / github.com/catboost/catboost / ErrorDescription

Method ErrorDescription

library/cpp/neh/tcp2.cpp:125–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 TString ErrorDescription() const {
126 if (ErrorCode == (ui16)EmptyReply) {
127 return emptyReply;
128 }
129
130 TStringStream ss;
131 ss << TStringBuf("tcp2 err_code=") << ErrorCode;
132 return ss.Str();
133 }
134
135 ui16 ErrorCode;
136 ui32 ContentLength;

Callers 1

OnResponseMethod · 0.80

Calls 1

StrMethod · 0.45

Tested by

no test coverage detected