<type1> '<typename>' and <type2> '<typename>', declared in '<name>', conflict in <namespace> '<namespacename>'
Two declared elements, such as a class and a module, have the same name in the same namespace.
Error ID: BC30175
To correct this error
Move the declaration of one of the elements to a different namespace.
Change the name of one of the elements.
See Also
Concepts
Resolving a Reference When Multiple Variables Have the Same Name