Exception: Ashikawa::Core::EdgeCollectionAlreadyPresent

Inherits:
ClientError
  • Object
show all
Defined in:
lib/ashikawa-core/exceptions/client_error/edge_collection_already_present.rb

Overview

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)

Method Summary

Methods inherited from ClientError

#default_error_message, #initialize

Constructor Details

This class inherits a constructor from Ashikawa::Core::ClientError