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

Method GetErrorText

library/cpp/neh/neh.h:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 inline TString GetErrorText() const {
133 return Error_.Get() ? Error_->Text : TString();
134 }
135
136 const TMessage Request;
137 const TString Data;

Callers 4

Y_UNIT_TESTFunction · 0.80
Y_UNIT_TESTFunction · 0.80
DoExecuteMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected