Share via


ValidationRuleViolationSeverity Enum

Definition

Represents the severity values of packaging rule violations.

public enum class ValidationRuleViolationSeverity
public enum ValidationRuleViolationSeverity
type ValidationRuleViolationSeverity = 
Public Enum ValidationRuleViolationSeverity
Inheritance
ValidationRuleViolationSeverity

Fields

Error 2

Represents a severe rule violation that may prevent a package from being created. This violation must be fixed by the user.

Information 0

Represents an informative message to display to the user, but does not indicate a semantic or physical issue with the package.

Warning 1

Represents a warning rule violation that may result in package deployment errors on a SharePoint server, but does not prevent a package from being created. This violation may be ignored by the user.

Applies to