BackgroundWorkResult

sealed interface BackgroundWorkResult(source)

Defines the BackgroundWorkResult contract for the SDAI domain layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data class Error(val t: Throwable) : BackgroundWorkResult

Carries Error data through the SDAI domain layer.

Link copied to clipboard

Provides the None singleton used by the SDAI domain layer.

Link copied to clipboard

Carries Success data through the SDAI domain layer.