isCompletedExceptionally

abstract val isCompletedExceptionally: Boolean (source)

Returns true if computation of this deferred value has completed exceptionally – it had either failed with exception during computation or was cancelled.

It implies that isActive is false and isCompleted is true.