ValidationResult

data class ValidationResult(val ok: Boolean, val reason: String? = null)(source)

Result of pre-flight validation for a given (selection, analysis) pair. When ok is false, reason carries a short user-facing explanation; the host's Generate affordance disables with this text shown as a tooltip / status line.

Constructors

Link copied to clipboard
constructor(ok: Boolean, reason: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ok: Boolean
Link copied to clipboard