SPHealthCheckErrorLevel Enumeration

Specifies the severity of a problem detected by the health analyzer. This class is used by the upgrade tool.

Namespace:  Microsoft.SharePoint.Administration.Health
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Enumeration SPHealthCheckErrorLevel

Dim instance As SPHealthCheckErrorLevel
public enum SPHealthCheckErrorLevel

Members

Member name Description
Success Do not use. Specifying this value will result in an exception.
Information Indicates that administrators should be aware of a potential problem.
Warning Indicates that administrators are advised to give the problem attention as soon as possible.
Error Indicates that a problem was discovered.
RuleExecutionFailure Do not use. Specifying this value will result in an exception.

See Also

Reference

Microsoft.SharePoint.Administration.Health Namespace