Experiment Failed
data class ExperimentFailed(val errorMessage: String, val partialSimulationRun: SimulationRunTableData, val completedRepCount: Int) : SimulationSnapshot(source)
Emitted if the experiment terminates due to an unhandled exception.
Carries an error message, the partial run record (populated as far as the simulation progressed), and the replication count at the point of failure.
Constructors
Link copied to clipboard
constructor(errorMessage: String, partialSimulationRun: SimulationRunTableData, completedRepCount: Int)