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

Method onError

examples/wss_chat_client.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void onError(int error, const std::string& category, const std::string& message) override
71 {
72 std::cout << "Chat WebSocket secure client caught an error with code " << error << " and category '" << category << "': " << message << std::endl;
73 }
74
75private:
76 std::atomic<bool> _stop{false};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected