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