|
AWS IoT Device SDK C++ v2
1.43.1
AWS IoT Device SDK C++ v2
|
#include <V2ErrorResponse.h>
Public Member Functions | |
| V2ErrorResponse ()=default | |
| V2ErrorResponse (const Crt::JsonView &doc) | |
| V2ErrorResponse & | operator= (const Crt::JsonView &doc) |
| void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
| Aws::Crt::Optional< Aws::Iotcommands::RejectedErrorCode > | Error |
| Aws::Crt::Optional< Aws::Crt::String > | ErrorMessage |
| Aws::Crt::Optional< Aws::Crt::String > | ExecutionId |
Response document containing details about a failed request.
|
default |
| Aws::Iotcommands::V2ErrorResponse::V2ErrorResponse | ( | const Crt::JsonView & | doc | ) |
| V2ErrorResponse & Aws::Iotcommands::V2ErrorResponse::operator= | ( | const Crt::JsonView & | doc | ) |
| void Aws::Iotcommands::V2ErrorResponse::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
| Aws::Crt::Optional<Aws::Iotcommands::RejectedErrorCode> Aws::Iotcommands::V2ErrorResponse::Error |
Indicates the type of error.
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotcommands::V2ErrorResponse::ErrorMessage |
A text message that provides additional information.
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotcommands::V2ErrorResponse::ExecutionId |
Execution ID for which error is set.