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