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

Method NotifyError

library/cpp/neh/http2.cpp:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 }
444
445 void NotifyError(
446 const TString& errorText,
447 TError::TType errorType = TError::UnknownType,
448 i32 errorCode = 0, i32 systemErrorCode = 0) {
449 NotifyError(new TError(errorText, errorType, errorCode, systemErrorCode));
450 }
451
452 void NotifyError(TErrorRef error, const THttpParser* rsp = nullptr) {
453 THandleRef h(ReleaseHandler());

Callers 6

EraseStaleMethod · 0.45
RequestMethod · 0.45
AddResponseMethod · 0.45
AddCancelMethod · 0.45
OnErrorMethod · 0.45
DoRunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected