| 156 | } |
| 157 | |
| 158 | void onReceivedRequestError(const HTTPRequest& request, const std::string& error) override |
| 159 | { |
| 160 | std::cout << "Request error: " << error << std::endl; |
| 161 | FAIL(); |
| 162 | } |
| 163 | |
| 164 | void onError(int error, const std::string& category, const std::string& message) override |
| 165 | { |
nothing calls this directly
no outgoing calls
no test coverage detected