[][src]Function mun_runtime::error::mun_error_message

#[no_mangle]pub extern "C" fn mun_error_message(error_handle: ErrorHandle) -> *const c_char

Retrieves the error message corresponding to error_handle. If the error_handle exists, a valid char pointer is returned, otherwise a null-pointer is returned.