Function gvr_sys::gvr_get_error_string [] [src]

pub unsafe extern "C" fn gvr_get_error_string(error_code: i32) -> *const c_char

Gets a human-readable string representing the given error code.

@param error_code The gvr_error code. @return A human-readable string representing the error code.