AWS IoT Device SDK C++ v2
1.36.0
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 |
Response document containing details about a failed request.
|
default |
Aws::Iotjobs::V2ErrorResponse::V2ErrorResponse | ( | const Crt::JsonView & | doc | ) |
V2ErrorResponse & Aws::Iotjobs::V2ErrorResponse::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotjobs::V2ErrorResponse::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::V2ErrorResponse::ClientToken |
Opaque token that can correlate this response to the original request.
Aws::Crt::Optional<Aws::Iotjobs::RejectedErrorCode> Aws::Iotjobs::V2ErrorResponse::Code |
Indicates the type of error.
Aws::Crt::Optional<Aws::Iotjobs::JobExecutionState> Aws::Iotjobs::V2ErrorResponse::ExecutionState |
A JobExecutionState object. This field is included only when the code field has the value InvalidStateTransition or VersionMismatch.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::V2ErrorResponse::Message |
A text message that provides additional information.
Aws::Crt::Optional<Aws::Crt::DateTime> Aws::Iotjobs::V2ErrorResponse::Timestamp |
The date and time the response was generated by AWS IoT.