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

Method OnFailRequest

library/cpp/http/server/http.h:32–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 virtual void OnFailRequest(int /*failstate*/) {
33 }
34
35 virtual void OnFailRequestEx(const TFailLogData& d) {
36 OnFailRequest(d.failstate);

Callers 1

AddRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected