Error

data class Error(val message: String) : MentionListEvent

The error event that occurred while fetching the mentions.

Parameters

message

The error message.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard