[−][src]Function deepspeech_sys::DS_ErrorCodeToErrorMessage
pub unsafe extern "C" fn DS_ErrorCodeToErrorMessage(
aErrorCode: c_int
) -> *mut c_char
@brief Returns a textual description corresponding to an error code. The string returned must be freed with @{link DS_FreeString()}.
@return The error description.