ERROR

data class ERROR(val message: String) : ImageState

The state when an error has occurred during image loading.

Parameters

message

A descriptive error message.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard