Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
| 336 | \param message - Error message |
| 337 | */ |
| 338 | virtual void onError(int error, const std::string& category, const std::string& message) {} |
| 339 | |
| 340 | private: |
| 341 | // Client Id |
nothing calls this directly
no outgoing calls
no test coverage detected