Class ChannelListViewModel.ErrorEvent.LeaveChannelError
-
- All Implemented Interfaces:
public final class ChannelListViewModel.ErrorEvent.LeaveChannelError extends ChannelListViewModel.ErrorEvent
Event for errors upon leaving a channel.
-
-
Field Summary
Fields Modifier and Type Field Description private final ErrorstreamError
-
Constructor Summary
Constructors Constructor Description ChannelListViewModel.ErrorEvent.LeaveChannelError(Error streamError)
-
Method Summary
Modifier and Type Method Description ErrorgetStreamError()-
-
Constructor Detail
-
ChannelListViewModel.ErrorEvent.LeaveChannelError
ChannelListViewModel.ErrorEvent.LeaveChannelError(Error streamError)
- Parameters:
streamError- Contains error data such as a Throwable and a message.
-
-
Method Detail
-
getStreamError
Error getStreamError()
-
-
-
-