Function openthread_sys::otThreadErrorToString
source ยท pub unsafe extern "C" fn otThreadErrorToString(
aError: otError,
) -> *const c_char
Expand description
Converts an otError enum into a string.
@param[in] aError An otError enum.
@returns A string representation of an otError.