DeleteSystemErrors

Deletes records of system errors for a cluster.

Syntax

<HsxClient>.DeleteSystemErrors bstrClusterName, vbDeleteAll, varabstrErrorReference

Argument

Description

bstrClusterName

String (ByVal). The name of the cluster.

vbDeleteAll

Boolean (ByVal). A flag that determines whether all system errors should be deleted. Pass TRUE to delete all system errors, FALSE to delete only those errors specified by the varabstrErrorReference argument.

varabstrErrorReference

String array (ByVal). The error reference numbers that identify the system errors to be deleted if the vbDeleteAll argument is set to FALSE.

Tip:

Error reference numbers are enclosed within braces ( {} ), so the array items must include these braces.