PollCastingVoteError

data class PollCastingVoteError(val streamError: Error) : MessageListController.ErrorEvent

When an error occurs while casting a vote.

Parameters

streamError

Contains the original Throwable along with a message.

Constructors

Link copied to clipboard
constructor(streamError: Error)

Properties

Link copied to clipboard
open override val streamError: Error