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

Method onReceivedResponseError

include/server/http/https_client.h:159–159  ·  view source on GitHub ↗

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 */

Source from the content-addressed store, hash-verified

157 \param error - HTTP response error
158 */
159 virtual void onReceivedResponseError(const HTTPResponse& response, const std::string& error) {}
160
161protected:
162 //! HTTP request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected