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

Method onError

performance/https_trace_client.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 void onError(int error, const std::string& category, const std::string& message) override
79 {
80 std::cout << "HTTPS Trace client caught an error with code " << error << " and category '" << category << "': " << message << std::endl;
81 ++total_errors;
82 }
83
84private:
85 size_t _sent{0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected