I get this constraintViolationException with AWS Neptune when I tried to create a bunch of edges. The problem is that it does not tell which edge already exists. I add roughly 50 edges at once using script via java gremlin-driver.
Has anyone came across this kind of scenario ?
org.apache.tinkerpop.gremlin.driver.exception.ResponseException: {"requestId":"c1e55266-6fa9-44f6-91b3-74f08d227ffd","code":"ConstraintViolationException","detailedMessage":"Edge with id already exists: "}