Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DependencyValidationResult

The enumeration for the dependency validation result

Index

Enumeration members

CyclicDependency

CyclicDependency: = 1

Indicates that the validated dependency builds a cycle

DuplicatingDependency

DuplicatingDependency: = 2

Indicates that a dependency with the same predecessor and successor as validated one's already exists

NoError

NoError: = 0

Dependency has no errors

Generated using TypeDoc