LoadError

data class LoadError(val error: Error) : PollOptionVotesViewEvent

The error event that occurred while loading votes.

Parameters

error

The error that occurred during the loading process.

Constructors

Link copied to clipboard
constructor(error: Error)

Properties

Link copied to clipboard
val error: Error