DeleteChannelError

data class DeleteChannelError(val streamError: Error) : ChannelListViewModel.ErrorEvent

Event for errors upon deleting a channel.

Parameters

streamError

Contains error data such as a Throwable and a message.

Constructors

Link copied to clipboard
constructor(streamError: Error)

Properties

Link copied to clipboard
open override val streamError: Error