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

Method onError

include/server/asio/timer.h:148–148  ·  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

146 \param message - Error message
147 */
148 virtual void onError(int error, const std::string& category, const std::string& message) {}
149
150private:
151 // Asio service

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected