Error code to string conversion for OTA errors.
OtaErr_t
The OTA API return status. OTA agent error codes are in the upper 8 bits of the 32 bit OTA error word...
Definition: ota.h:73
const char * OTA_Err_strerror(OtaErr_t err)
Error code to string conversion for OTA errors.
Definition: ota.c:3368
- Parameters
-
[in] | err | The error to convert to a string. |
- Returns
- The string representation of the error.