RunWarningType

sealed class RunWarningType(source)

Typed warning conditions that Runner can detect before or during a run.

Warnings are surfaced as RunEvent.RunWarning events emitted on the RunHandle.events flow. They do not prevent the run from proceeding; they signal to the GUI or test driver that human attention may be warranted.

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard

Non-blocking validation issues found before the run was submitted.

Link copied to clipboard
data class InfiniteHorizonNoTimeout(val modelIdentifier: String) : RunWarningType

The model's replication length is infinite and no wall-clock timeout has been set (maximumAllowedExecutionTimePerReplication == Duration.ZERO).