|
AWS IoT Device SDK C++ v2
1.40.1
AWS IoT Device SDK C++ v2
|
#include <ErrorResponse.h>
Public Member Functions | |
| ErrorResponse ()=default | |
| ErrorResponse (const Crt::JsonView &doc) | |
| ErrorResponse & | operator= (const Crt::JsonView &doc) |
| void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
| Aws::Crt::Optional< int32_t > | StatusCode |
| Aws::Crt::Optional< Aws::Crt::String > | ErrorCode |
| Aws::Crt::Optional< Aws::Crt::String > | ErrorMessage |
Response document containing details about a failed request.
|
default |
| Aws::Iotidentity::ErrorResponse::ErrorResponse | ( | const Crt::JsonView & | doc | ) |
| ErrorResponse & Aws::Iotidentity::ErrorResponse::operator= | ( | const Crt::JsonView & | doc | ) |
| void Aws::Iotidentity::ErrorResponse::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::ErrorResponse::ErrorCode |
Response error code
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::ErrorResponse::ErrorMessage |
Response error message
| Aws::Crt::Optional<int32_t> Aws::Iotidentity::ErrorResponse::StatusCode |
Response status code