AWS IoT Device SDK C++ v2  1.43.1
AWS IoT Device SDK C++ v2
Public Member Functions | Public Attributes | List of all members
Aws::Iotcommands::V2ErrorResponse Class Referencefinal

#include <V2ErrorResponse.h>

Public Member Functions

 V2ErrorResponse ()=default
 
 V2ErrorResponse (const Crt::JsonView &doc)
 
V2ErrorResponseoperator= (const Crt::JsonView &doc)
 
void SerializeToObject (Crt::JsonObject &doc) const
 

Public Attributes

Aws::Crt::Optional< Aws::Iotcommands::RejectedErrorCodeError
 
Aws::Crt::Optional< Aws::Crt::StringErrorMessage
 
Aws::Crt::Optional< Aws::Crt::StringExecutionId
 

Detailed Description

Response document containing details about a failed request.

Constructor & Destructor Documentation

◆ V2ErrorResponse() [1/2]

Aws::Iotcommands::V2ErrorResponse::V2ErrorResponse ( )
default

◆ V2ErrorResponse() [2/2]

Aws::Iotcommands::V2ErrorResponse::V2ErrorResponse ( const Crt::JsonView doc)

Member Function Documentation

◆ operator=()

V2ErrorResponse & Aws::Iotcommands::V2ErrorResponse::operator= ( const Crt::JsonView doc)

◆ SerializeToObject()

void Aws::Iotcommands::V2ErrorResponse::SerializeToObject ( Crt::JsonObject doc) const

Member Data Documentation

◆ Error

Aws::Crt::Optional<Aws::Iotcommands::RejectedErrorCode> Aws::Iotcommands::V2ErrorResponse::Error

Indicates the type of error.

◆ ErrorMessage

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotcommands::V2ErrorResponse::ErrorMessage

A text message that provides additional information.

◆ ExecutionId

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotcommands::V2ErrorResponse::ExecutionId

Execution ID for which error is set.


The documentation for this class was generated from the following files: