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

Method NotifyError

library/cpp/neh/tcp2.cpp:380–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 }
379
380 void NotifyError(const TString& error) {
381 TNotifyHandle::NotifyError(error);
382
383 ReleaseRequest();
384 }
385
386 void NotifyError(TErrorRef error) {
387 TNotifyHandle::NotifyError(error);

Callers 3

OnResponseMethod · 0.45
OnErrorMethod · 0.45
CancelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected