Error

data class Error(val error: UiText) : GenerationModal(source)

Carries Error data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

error

error value consumed by the API.

Constructors

Link copied to clipboard
constructor(error: UiText)

Properties

Link copied to clipboard