[FlagsAttribute]
public enum IdentityError| None | 0 | No Errors found |
| SiblingIdDuplicate | 1 | ID of an object is the same as one of its siblings |
| SiblingAliasDuplicate | 2 | Label of an object is the same as one of its siblings |
| CyclicIdDuplicate | 4 | ID of an object is used elsewhere in the tree hierarchy (upwards/downwards) |
| TreeScopeIdDuplicate | 8 | ID of an object is used elsewhere in the entire tree, even if the object is not related. |