Skip to main content

ob_error_get_function

Function ob_error_get_function 

Source
pub unsafe extern "C" fn ob_error_get_function(
    error: *const ob_error,
) -> *const c_char
Expand description

@brief Get the name of the API function that caused the error.

@param[in] error The error object. @return The name of the API function.