Sha256: 9cfd84239832c9925a61180bdc65e51dee9f376ac02f9927f4d3a25eac084263

Contents?: true

Size: 271 Bytes

Versions: 43

Compression:

Stored size: 271 Bytes

Contents

module ActiveGraph
  module Core
    module SchemaErrors
      class ConstraintValidationFailedError < CypherError;
      end
      class ConstraintAlreadyExistsError < CypherError;
      end
      class IndexAlreadyExistsError < CypherError;
      end
    end
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
activegraph-12.0.0.beta.5 lib/active_graph/core/schema_errors.rb
activegraph-12.0.0.beta.4 lib/active_graph/core/schema_errors.rb
activegraph-11.5.0.beta.3 lib/active_graph/core/schema_errors.rb
activegraph-12.0.0.beta.3 lib/active_graph/core/schema_errors.rb
activegraph-12.0.0.beta.2 lib/active_graph/core/schema_errors.rb
activegraph-11.5.0.beta.2 lib/active_graph/core/schema_errors.rb
activegraph-12.0.0.beta.1 lib/active_graph/core/schema_errors.rb
activegraph-11.5.0.beta.1 lib/active_graph/core/schema_errors.rb
activegraph-11.5.0.alpha.1 lib/active_graph/core/schema_errors.rb
activegraph-11.4.0 lib/active_graph/core/schema_errors.rb
activegraph-11.3.1 lib/active_graph/core/schema_errors.rb
activegraph-11.3.0 lib/active_graph/core/schema_errors.rb
activegraph-11.2.0 lib/active_graph/core/schema_errors.rb
activegraph-11.1.0 lib/active_graph/core/schema_errors.rb
activegraph-11.1.0.beta.1 lib/active_graph/core/schema_errors.rb
activegraph-11.1.0.alpha.4 lib/active_graph/core/schema_errors.rb
activegraph-11.1.0.alpha.3 lib/active_graph/core/schema_errors.rb
activegraph-11.1.0.alpha.2 lib/active_graph/core/schema_errors.rb
activegraph-11.1.0.alpha.1 lib/active_graph/core/schema_errors.rb
activegraph-10.2.0.beta.1 lib/active_graph/core/schema_errors.rb