Function gvr_get_error_string

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

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.