Open 3D Engine AWSMetrics Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AWSMetrics::ServiceAPI::PostMetricsEventsError Struct Reference

Failure response for sending the PostMetricsEvents request. More...

#include <AWSMetricsServiceApi.h>

Public Member Functions

bool OnJsonKey (const char *key, AWSCore::JsonReader &reader)
 

Public Attributes

AZStd::string message
 Do not rename the following members since they are expected by the AWSCore dependency.
 
AZStd::string type
 Error type.
 

Detailed Description

Failure response for sending the PostMetricsEvents request.

Member Function Documentation

◆ OnJsonKey()

bool AWSMetrics::ServiceAPI::PostMetricsEventsError::OnJsonKey ( const char *  key,
AWSCore::JsonReader &  reader 
)

Identify the expected property type in the failure response and provide a location where the property value can be stored.

Parameters
keyName of the property.
readerJSON reader to read the property.

Member Data Documentation

◆ message

AZStd::string AWSMetrics::ServiceAPI::PostMetricsEventsError::message

Do not rename the following members since they are expected by the AWSCore dependency.

Error message.


The documentation for this struct was generated from the following file: