Error

data class Error(val message: String) : CantEatApiState

Data class representing the error state of the CantEat API.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

The error message.