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

Error code to string conversion for OTA Job Parsing errors.

OtaJobParseErr_t
OTA job document parser error codes.
Definition: ota.h:136
const char * OTA_JobParse_strerror(OtaJobParseErr_t err)
Error code to string conversion for OTA Job Parsing errors.
Definition: ota.c:3546
Parameters
[in]errThe error to convert to a string.
Returns
The string representation of the error.