Handle HTTP response error notification ! Notification is called when HTTP response error was received from the server. \param response - HTTP response \param error - HTTP response error */
| 157 | \param error - HTTP response error |
| 158 | */ |
| 159 | virtual void onReceivedResponseError(const HTTPResponse& response, const std::string& error) {} |
| 160 | |
| 161 | protected: |
| 162 | //! HTTP request |
nothing calls this directly
no outgoing calls
no test coverage detected