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