DuplicateIdError

exception ucca.core.DuplicateIdError[source]

Exception raised when trying to add an element with an existing ID.

For each element, a unique ID must be assigned. If the ID of the new element is already present in the Passage in some way, this exception is raised.