Types

Link copied to clipboard
data class BlockUserError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while blocking a user.

Link copied to clipboard
data class FlagMessageError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while flagging a message.

Link copied to clipboard
data class FlagUserError(val streamError: Error) : MessageListController.ErrorEvent

Error occurring during the operation of flagging a user.

Link copied to clipboard
data class MarkUnreadError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while marking a message as read.

Link copied to clipboard
data class MuteUserError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while muting a user.

Link copied to clipboard
data class PinMessageError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while pinning a message.

Link copied to clipboard
data class PollCastingVoteError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while casting a vote.

Link copied to clipboard
data class PollClosingError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while closing a vote.

Link copied to clipboard
data class PollCreationError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while creating a poll.

Link copied to clipboard
data class PollRemovingVoteError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while removing a vote.

Link copied to clipboard
data class UnflagUserError(val streamError: Error) : MessageListController.ErrorEvent

Error occurring during the operation of un-flagging a user.

Link copied to clipboard
data class UnmuteUserError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while unmuting a user.

Link copied to clipboard
data class UnpinMessageError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while unpinning a message.

Properties

Link copied to clipboard
open val streamError: Error