FailedJoining

data class FailedJoining(val throwable: Throwable) : ChangeMembershipState

Constructors

Link copied to clipboard
fun FailedJoining(throwable: Throwable)

Functions

Link copied to clipboard
fun isFailed(): Boolean
Link copied to clipboard
fun isInProgress(): Boolean
Link copied to clipboard
fun isSuccessful(): Boolean

Properties

Link copied to clipboard
val throwable: Throwable