Error

data class Error(val message: String) : RecipeApiState

Data class representing the error state of the Recipe API.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

The error message.