Imported from previous forum
It seems to me that the list of Error Codes is a work in progress… Anybody has a more up-to-date list?
For example, There is no Static Error associated if 2 templates have the same name, ns, templateNS, and ID.
Imagine the following XML:
What would be the error code here? It is well-formed, it is validated against the schema, however when populating the Templates, the second instance of MDIncRefresh (even though is different and points to a different type) points to the same Template (name, ns, templateNS and ID are equal).
Am I correct in my interpretation that both templates are the same, and a dynamic error should be flagged?