|
The update step result reported by the agent. More...
#include <az_iot_adu_client.h>
Data Fields | |
int32_t | result_code |
int32_t | extended_result_code |
az_span | result_details |
The update step result reported by the agent.
This helps provide detailed results for a specific step of the update process.
int32_t az_iot_adu_client_step_result::extended_result_code |
A code that contains additional information about the result. Example: 0x80004005
int32_t az_iot_adu_client_step_result::result_code |
A code that contains information about the result of the last update action. Example: 700
az_span az_iot_adu_client_step_result::result_details |
Customer-defined free form string to provide additional result details.