Unsuccessful
Operations that are not successful; common supertype of Incomplete and Failure.
Note that a Success value with progress information is not included in this hierarchy, as it is successful.
Due to backwards-compatibility considerations, this cannot be a subtype of ProgressiveOutcome. If you have an instance of this interface and need a ProgressiveOutcome, use upcast.
Inheritors
Properties
Functions
Link copied to clipboard
fun <Failure> ProgressiveOutcome.Unsuccessful<Failure>.upcast(): ProgressiveOutcome<Failure, Nothing>
Type-safe way to convert between an Unsuccessful and a ProgressiveOutcome.