SpecError

data class SpecError(val message: String)(source)

A single validation problem found in a NetworkSpec. The message carries enough context (node / item / edge names) to fix the data without reading a KSL stack trace.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String