Failure

data class Failure(val errors: List<GenerationError>) : Outcome<Nothing>

Constructors

Link copied to clipboard
constructor(errors: List<GenerationError>)

Properties

Link copied to clipboard