AWS IoT Over-the-air Update  v2.0.0 (Release Candidate)
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 );
Parameters
[in]statusThe status to convert to a string.
Returns
The string representation of the status.
OTA_OsStatus_strerror
const char * OTA_OsStatus_strerror(OtaOsStatus_t status)
Status code to string conversion for OTA OS status.
Definition: ota.c:3526
OtaOsStatus_t
OtaOsStatus_t
The OTA OS interface return status.
Definition: ota_os_interface.h:100