MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onError

Method onError

performance/http_trace_server.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54protected:
55 void onError(int error, const std::string& category, const std::string& message) override
56 {
57 std::cout << "HTTP Trace server caught an error with code " << error << " and category '" << category << "': " << message << std::endl;
58 }
59};
60
61int main(int argc, char** argv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected