Failed

data class Failed(val passName: String, val cause: Throwable) : ConsolidationPassResult

The pass threw. The orchestrator records the failure and continues with the remaining passes rather than aborting the whole cycle.

Constructors

Link copied to clipboard
constructor(passName: String, cause: Throwable)

Properties

Link copied to clipboard

The exception that caused the failure.

Link copied to clipboard
open override val passName: String

The name of the pass that produced this result.