Skip to content

no type named 'HttpResponseOutcome' in MonitoringManager.h #3460

Closed
@arieldk1212

Description

@arieldk1212

Describe the bug

no type named 'HttpResponseOutcome' in namespace 'Aws::Client'

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

able to build my application.

Current Behavior

unable to build my application.

Reproduction Steps

void OnRequestSucceeded(const Aws::String& serviceName, const Aws::String& requestName, const std::shared_ptr<const Aws::Http::HttpRequest>& request, const Aws::Client::HttpResponseOutcome& outcome, const CoreMetricsCollection& metricsFromCore, const Aws::Vector<void*>& contexts);
code snippet in aws/core/monitoring/MonitoringManager.h
clang error pops uo here saying: "no type named 'HttpResponseOutcome' in namespace 'Aws::Client'"
and also here: void OnRequestFailed(const Aws::String& serviceName, const Aws::String& requestName, const std::shared_ptr<const Aws::Http::HttpRequest>& request, const Aws::Client::HttpResponseOutcome& outcome, const CoreMetricsCollection& metricsFromCore, const Aws::Vector<void*>& contexts);

Possible Solution

No response

Additional Information/Context

No response

AWS CPP SDK version used

1.11.534

Compiler and Version used

clang 16

Operating System and version

macOS arm64 15.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    build-problemproblems with building this sdkresponse-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 10 days.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions