Error

data class Error(val message: String) : LikeApiState

Data class representing the error state of the Like API.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

The error message.