ErrorEvent

sealed class ErrorEvent

Describes the actions that were taken.

Inheritors

Types

Link copied to clipboard
data class DeleteChannelError(val streamError: Error) : ChannelListViewModel.ErrorEvent

Event for errors upon deleting a channel.

Link copied to clipboard
data class HideChannelError(val streamError: Error) : ChannelListViewModel.ErrorEvent

Event for errors upon hiding a channel.

Link copied to clipboard
data class LeaveChannelError(val streamError: Error) : ChannelListViewModel.ErrorEvent

Event for errors upon leaving a channel.

Properties

Link copied to clipboard
open val streamError: Error