Error

data class Error(val error: Throwable) : Subject.Status

The Subject has received onError signal and is no longer active

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard

Returns true if the Status is Active, false otherwise