diff --git a/request_8hpp_source.html b/request_8hpp_source.html
index 00ae58be..442e6f1a 100644
--- a/request_8hpp_source.html
+++ b/request_8hpp_source.html
@@ -264,37 +264,38 @@
225 catch (
const nlohmann::json::parse_error &e)
-
-
-
- 230 catch (
const std::exception &e)
-
-
-
-
-
- 236 static auto parse_error_message(
const std::string &data) -> std::string
-
-
-
- 240 const nlohmann::json json = nlohmann::json::parse(data);
-
-
-
-
- 245 catch (
const std::exception &e)
-
- 247 lib::log::error(
"Failed to parse error message: {}", e.what());
-
-
-
-
-
-
-
+ 227 log::debug(
"Failed to parse json: {}", e.what());
+
+
+
+ 231 catch (
const std::exception &e)
+
+
+
+
+
+ 237 static auto parse_error_message(
const std::string &data) -> std::string
+
+
+
+ 241 const nlohmann::json json = nlohmann::json::parse(data);
+
+
+
+
+ 246 catch (
const std::exception &e)
+
+ 248 lib::log::error(
"Failed to parse error message: {}", e.what());
+
+
+
+
+
+
+
-
-
+
+
Definition httpclient.hpp:21
static void debug(const Format &fmt, const Arg &arg, Args &&... args)
Definition log.hpp:78