| SurveyIntegrityErrorSeverity Enumeration |
Enumeration of the integrity error severity
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum SurveyIntegrityErrorSeverity
Public Enumeration SurveyIntegrityErrorSeverity
public enum class SurveyIntegrityErrorSeverity
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Undefined severity
|
| Low | 1 |
Low severity, the survey is usable but contains minor errors
|
| Medium | 2 |
Medium severity, the survey is usable but could generate unexpected behaviours
|
| High | 3 |
High severity, the survey is usable but could generate interview errors
|
| Critical | 4 |
Critical severity, the survey is not usable
|
See Also