Skip to content

v0.2.55..v0.2.56 changeset HootNetworkRequest.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.h b/hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.h
index ca79cc7..6b57e70 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.h
@@ -133,6 +133,11 @@ public:
    */
   static void removeIpFromUrlString(QString& endpointUrl, const QUrl& url);
 
+  /**
+   * @brief logConnectionError Log an error with the connection based on the reponse error, not an HTTP error code
+   */
+  void logConnectionError();
+
 private:
   /**
    * @brief _networkRequest Function to make the actual request
Clone this wiki locally