AWS IoT Over-the-air Update  v3.1.0
Client library for AWS IoT OTA
OTA_Err_strerror

Error code to string conversion for OTA errors.

const char * OTA_Err_strerror( OtaErr_t err );
Parameters
[in]errThe error to convert to a string.
Returns
The string representation of the error.
OtaErr_t
OtaErr_t
The OTA API return status. OTA agent error codes are in the upper 8 bits of the 32 bit OTA error word...
Definition: ota.h:79
OTA_Err_strerror
const char * OTA_Err_strerror(OtaErr_t err)
Error code to string conversion for OTA errors.
Definition: ota.c:3427