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

Method onError

performance/http_trace_server.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void onError(int error, const std::string& category, const std::string& message) override
38 {
39 std::cout << "HTTP Trace session caught an error with code " << error << " and category '" << category << "': " << message << std::endl;
40 }
41};
42
43class HTTPTraceServer : public HTTPServer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected