[][src]Function openthread_sys::otThreadErrorToString

pub unsafe extern "C" fn otThreadErrorToString(aError: otError) -> *const c_char

This function converts an otError enum into a string.

@param[in] aError An otError enum.

@returns A string representation of an otError.