VerifierStopSeverity enumeration |
See Also� |
Indicates the level of severity of a verifier stop.
� | Copy Code |
---|---|
typedef enum VerifierStopSeverity { VerifierStopSeverityIgnore, VerifierStopSeverityInformation, VerifierStopSeverityWarning, VerifierStopSeverityError } |
Elements
- VerifierStopSeverityIgnore
- Ignore the stop.
- VerifierStopSeverityInformation
- The stop is for informational purposes only.
- VerifierStopSeverityWarning
- The stop is a warning. It may or may not indicate an issue that you must resolve. You should investigate further.
- VerifierStopSeverityError
- The stop represents a serious issue that you must resolve.
Requirements
Header: Enum.h
Library: Appverifier.dll