AWS IoT Device SDK C++ v2  1.36.0
AWS IoT Device SDK C++ v2
Public Member Functions | Public Attributes | List of all members
Aws::Iotidentity::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< int32_t > StatusCode
 
Aws::Crt::Optional< Aws::Crt::StringErrorCode
 
Aws::Crt::Optional< Aws::Crt::StringErrorMessage
 

Detailed Description

Response document containing details about a failed request.

Constructor & Destructor Documentation

◆ V2ErrorResponse() [1/2]

Aws::Iotidentity::V2ErrorResponse::V2ErrorResponse ( )
default

◆ V2ErrorResponse() [2/2]

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

Member Function Documentation

◆ operator=()

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

◆ SerializeToObject()

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

Member Data Documentation

◆ ErrorCode

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::V2ErrorResponse::ErrorCode

Response error code

◆ ErrorMessage

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

Response error message

◆ StatusCode

Aws::Crt::Optional<int32_t> Aws::Iotidentity::V2ErrorResponse::StatusCode

Response status code


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