Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
| 146 | \param message - Error message |
| 147 | */ |
| 148 | virtual void onError(int error, const std::string& category, const std::string& message) {} |
| 149 | |
| 150 | private: |
| 151 | // Asio service |
nothing calls this directly
no outgoing calls
no test coverage detected