class Ashikawa::Core::EdgeCollectionAlreadyPresent

This collection may occur when adding edge definitions to the graph. While creating edge definitions ArangoDB will create an edge collection. It has be unique for the current database. ArangoDB differentiates between two errors:

1. The edge collection is already used in the same graph (1920)
2. The edge collection is already used in another graph (1921)