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

Method OnErrorCode

library/cpp/neh/tcp2.cpp:953–955  ·  view source on GitHub ↗

must be called only from asio thread

Source from the content-addressed store, hash-verified

951
952 //must be called only from asio thread
953 void OnErrorCode(TErrorCode ec) {
954 OnError(ec.Text(), ec.Value());
955 }
956
957 //must be called only from asio thread
958 void OnErrorCallback(TString err) {

Callers

nothing calls this directly

Calls 2

TextMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected