FailurePhase

data class FailurePhase<out O>(val output: O, val reasons: List<String>) : FormPhase<O, Nothing>

Constructors

Link copied to clipboard
constructor(output: O, reasons: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val output: O
Link copied to clipboard
val reasons: List<String>