| 71 | * property (that will contain original name with the index that can be used). |
| 72 | */ |
| 73 | export class NodeWithSameNameExistsValidationError extends ValidationError { |
| 74 | name = 'NodeWithSameNameExistsValidationError'; |
| 75 | |
| 76 | public readonly existingNodeUid?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected