ValidationRuleViolationSeverity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the severity values of packaging rule violations.
public enum class ValidationRuleViolationSeverity
public enum ValidationRuleViolationSeverity
type ValidationRuleViolationSeverity =
Public Enum ValidationRuleViolationSeverity
- Inheritance
-
ValidationRuleViolationSeverity
Fields
Name | Value | Description |
---|---|---|
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. |
Error | 2 | Represents a severe rule violation that may prevent a package from being created. This violation must be fixed by the user. |