SchemaViolationReporter

flatgraph.misc.SchemaViolationReporter

Illegal usage of node properties often roots in deserialising an old storage format, so we don't want to error out but rather log a warning, and only do so once for each node/property combination.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def illegalNodeProperty(nodeKind: Int, propertyIdentifier: String | Int, schema: Schema): Unit