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