PartialSuccess

data class PartialSuccess(val failedRooms: Map<String, Throwable>) : JoinSpaceResult

Success fully joined the space, but failed to join all or some of it's rooms.

Constructors

Link copied to clipboard
constructor(failedRooms: Map<String, Throwable>)

Functions

Link copied to clipboard

Properties

Link copied to clipboard