Error

data class Error(val error: Throwable) : DownloadState(source)

Carries Error data through the SDAI domain layer.

Author

Dmitriy Moroz

Parameters

error

error value consumed by the API.

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard