ValidationFindingType Enumeration
Types of Validation findings.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public enum ValidationFindingType
Undefined |
0 |
Undefined.
|
Exception |
1 |
Validation check threw an error (findings inconclusive).
|
Error |
2 |
Critical problem found, item is not valid.
|
Warning |
3 |
Potential problem found, but item is valid.
|
Ok |
4 |
Validation checks were passed without problem.
|
Skipped |
5 |
Validation checks were skipped (not run).
|
Info |
6 |
Informational only. Can be used for debugging.
|