MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / onError

Function onError

Libraries/HttpClient/HttpClient.h:382–382  ·  view source on GitHub ↗

@brief Called when the request fails @param error Operation failure

Source from the content-addressed store, hash-verified

380 /// @brief Called when the request fails
381 /// @param error Operation failure
382 virtual void onError(Result error) { (void)(error); }
383};
384
385struct SC_HTTP_CLIENT_EXPORT HttpClientOperation;

Callers 5

onNewClientMethod · 0.85
onStreamReceiveMethod · 0.85
onRequestBodyDataMethod · 0.85
failMethod · 0.85
failMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected