Violation
A Schema caused by a Cypher query, or entities in the Neo4j graph.
Inheritors
Types
Link copied to clipboard
class InvalidCardinality(entity: Schema.Violation.Entity.Relationship, count: Int, type: Schema.Violation.InvalidCardinality.Limit, limit: Int) : Schema.Violation
Link copied to clipboard
class InvalidProperty(entity: Schema.Violation.Entity, property: Schema.Property, values: List<Any?>) : Schema.Violation
Link copied to clipboard
Link copied to clipboard