ShowError

data class ShowError(val message: String) : ThumbnailBarEffect

Show an error message to the user.

Parameters

message

Error message to display

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard