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