ErrorState

sealed interface ErrorState : MviState(source)

Defines the ErrorState contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data object Generic : ErrorState

Provides the Generic singleton used by the SDAI presentation layer.

Link copied to clipboard
data object None : ErrorState

Provides the None singleton used by the SDAI presentation layer.

Link copied to clipboard
data class WithMessage(val message: UiText) : ErrorState

Carries WithMessage data through the SDAI presentation layer.