AWS IoT Over-the-air Update v3.3.0
Client library for AWS IoT OTA
OTA_OsStatus_strerror

Status code to string conversion for OTA OS status.

const char * OTA_OsStatus_strerror( OtaOsStatus_t status );
OtaOsStatus_t
The OTA OS interface return status.
Definition: ota_os_interface.h:99
const char * OTA_OsStatus_strerror(OtaOsStatus_t status)
Status code to string conversion for OTA OS status.
Definition: ota.c:3596
Parameters
[in]statusThe status to convert to a string.
Returns
The string representation of the status.