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

Method onError

include/server/asio/ssl_client.h:338–338  ·  view source on GitHub ↗

Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */

Source from the content-addressed store, hash-verified

336 \param message - Error message
337 */
338 virtual void onError(int error, const std::string& category, const std::string& message) {}
339
340private:
341 // Client Id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected