ModelErrorSeverity 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 level of the model error
public enum ModelErrorSeverity
type ModelErrorSeverity =
Public Enum ModelErrorSeverity
- Inheritance
-
ModelErrorSeverity
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Severity is unknown |
Error | 1 | Model error |
Warning | 2 | Warning in the model |