pub unsafe extern "C" fn cass_error_num_arg_types(
    error_result: *const CassErrorResult
) -> usize
Expand description

Gets the number of argument types for the function failure error (CASS_ERROR_SERVER_FUNCTION_FAILURE) result type.

@cassandra{2.2+}

@public @memberof CassErrorResult

@param[in] error_result @return The number of arguments for the affected function.