Error

data class Error(val message: String) : ChannelAttachmentsViewState

Represents the error state of the channel attachments view.

This state is used when an error occurs while loading the items.

Parameters

message

The error message to be displayed.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard