ERROR

data class ERROR(val message: String) : ImageState

ImageState.ERROR indicates an error has occurred.

Parameters

message

Provides error information for logging as a String

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard