Class MessageListController.ErrorEvent.MuteUserError
-
- All Implemented Interfaces:
public final class MessageListController.ErrorEvent.MuteUserError extends MessageListController.ErrorEvent
When an error occurs while muting a user.
-
-
Field Summary
Fields Modifier and Type Field Description private final ErrorstreamError
-
Constructor Summary
Constructors Constructor Description MessageListController.ErrorEvent.MuteUserError(Error streamError)
-
Method Summary
Modifier and Type Method Description ErrorgetStreamError()-
-
Constructor Detail
-
MessageListController.ErrorEvent.MuteUserError
MessageListController.ErrorEvent.MuteUserError(Error streamError)
- Parameters:
streamError- Contains the original Throwable along with a message.
-
-
Method Detail
-
getStreamError
Error getStreamError()
-
-
-
-