[][src]Function wpilib_sys::bindings::HAL_GetErrorMessage

pub unsafe extern "C" fn HAL_GetErrorMessage(code: i32) -> *const c_char

Gets the error message for a specific status code.

@param code the status code @return the error message for the code. This does not need to be freed.