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

Method OnError

library/cpp/neh/http2.cpp:887–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885 void OnConnectFailed(const TErrorCode& ec);
886
887 inline void OnError(const TErrorCode& ec) {
888 OnError(ec.Text());
889 }
890
891 inline void OnError(const TString& errText);
892

Callers

nothing calls this directly

Calls 1

TextMethod · 0.45

Tested by

no test coverage detected