ServerSetupValidationResult

internal data class ServerSetupValidationResult(val isValid: Boolean, val state: ServerSetupState)(source)

Validation output for the setup form.

state may contain newly assigned validation errors or a modal requesting localhost confirmation, so callers must use it even when isValid is false.

Constructors

Link copied to clipboard
constructor(isValid: Boolean, state: ServerSetupState)

Properties

Link copied to clipboard
Link copied to clipboard