We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b98d4 commit d8ac8e1Copy full SHA for d8ac8e1
src/aws-cpp-sdk-core/source/client/AWSJsonClient.cpp
@@ -43,7 +43,7 @@ JsonValue AWSJsonClient::ParseResponse(const HttpResponseOutcome& httpOutcome) c
43
return JsonValue(httpOutcome.GetResult()->GetResponseBody());
44
}
45
46
-bool AWSJsonClient::HasParseError(const Utils::Json::JsonValue& response) const
+bool AWSJsonClient::HasParseError(const Aws::Utils::Json::JsonValue& response) const
47
{
48
return !response.WasParseSuccessful();
49
0 commit comments