We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0185451 commit d095251Copy full SHA for d095251
1 file changed
source/gameanalytics/GAHTTPApi.cpp
@@ -90,7 +90,7 @@ namespace gameanalytics
90
if(response.code < 0)
91
{
92
logging::GALogger::e("Request failed: %s", url.c_str());
93
- return;
+ return EGAHTTPApiResponse::SdkError;
94
}
95
96
std::string_view content = response.toString();
0 commit comments