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

Method OnSystemError

library/cpp/neh/http2.cpp:1298–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296 }
1297
1298 void THttpRequest::OnSystemError(THttpConn* c, const TErrorCode& ec) {
1299 DBGOUT("THttpRequest::OnSystemError()");
1300 NotifyError(ec.Text(), TError::TType::UnknownType, 0, ec.Value());
1301 Finalize(c);
1302 }
1303
1304 void THttpRequest::OnError(THttpConn* c, const TString& errorText) {
1305 DBGOUT("THttpRequest::OnError()");

Callers

nothing calls this directly

Calls 3

FinalizeFunction · 0.50
TextMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected