Unsuccessful

sealed interface Unsuccessful<out Failure>(source)

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

Link copied to clipboard

The progression of this unsuccessful value.

Functions

Link copied to clipboard