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