The result of a validation run is a hierarchically structured list that holds validation results for each validation subject. The validation result includes information on violation or non violation of the validation rules that apply to the validation subjects.
Each node in the validation result has a success status. Table 1 lists the used success status.
The validation result represents the conformance of the data stored with property structure instances with the validation rules that apply to the property structure instances, at that point in time when the validation was run. I.e. the validation is outdated as soon as someone changes data in the validated property structures.
Success status |
Description |
Unknown |
The success status of this node is not known. The reason can be that the validation is not yet finished. |
Passed |
No violations of the validation rules detected. |
Failed |
Violations of the validation rules were found |
No permission |
The use who initiated the validation run does not have the permission to read the data of the validation subject. |
Subject not found |
The subject to be violated was not found. This can happen if the subject was deleted. |
Table 1: Success status for a validation subject