OtaOsStatus_t
The OTA OS interface return status.
Definition: ota_os_interface.h:101
 
const char * OTA_OsStatus_strerror(OtaOsStatus_t status)
Status code to string conversion for OTA OS status.
Definition: ota.c:3795
 
 Status code to string conversion for OTA OS status.  
- Parameters
 - 
  
    | [in] | status | The status to convert to a string. | 
  
   
- Returns
 - The string representation of the status.