CRCPC2046E
The "{0}" enumeration already has member with title "{1}".

Explanation

Each member of an enumeration must have a unique title. An API caller has tried to add a new member to an enumeration but the title of the member is not unique.
Feedback