PartialSuccess

data class PartialSuccess<T>(val value: T, val errors: List<GenerationError>) : Outcome<T>

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val value: T