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 e1e3344 commit 0f2fc7aCopy full SHA for 0f2fc7a
src/aws-cpp-sdk-core/source/client/AWSErrorMarshaller.cpp
@@ -249,9 +249,7 @@ AWSError<CoreErrors> AWSErrorMarshaller::FindErrorByHttpResponseCode(Aws::Http::
249
return CoreErrorsMapper::GetErrorForHttpResponseCode(code);
250
}
251
252
-
253
-AWSError<CoreErrors> JsonErrorMarshallerQueryCompatible::Marshall(const Aws::Http::HttpResponse& httpResponse) const
254
-{
+AWSError<CoreErrors> JsonErrorMarshallerQueryCompatible::Marshall(const Aws::Http::HttpResponse& httpResponse) const {
255
Aws::StringStream memoryStream;
256
std::copy(std::istreambuf_iterator<char>(httpResponse.GetResponseBody()), std::istreambuf_iterator<char>(),
257
std::ostreambuf_iterator<char>(memoryStream));
0 commit comments