Violation

data class Violation(val schemaViolation: Schema.Violation, val elementId: String? = null, val entity: Schema.Violation.Entity? = null) : Record

A violation found for a specific node or relationship in the graph.

Constructors

Link copied to clipboard
constructor(schemaViolation: Schema.Violation, elementId: String? = null, entity: Schema.Violation.Entity? = null)

Properties

Link copied to clipboard
val elementId: String? = null

the element id of the offending node or relationship

Link copied to clipboard

the Entity the schemaViolation corresponds to