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

Method onError

tests/test_https.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192protected:
193 void onError(int error, const std::string& category, const std::string& message) override
194 {
195 std::cout << "HTTPS server caught an error with code " << error << " and category '" << category << "': " << message << std::endl;
196 FAIL();
197 }
198};
199
200TEST_CASE("HTTPS server & client test", "[CppServer][HTTP]")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected