Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Core Library
/
com.cloudike.sdk.core.downloader
/
DownloadState
/
Error
Error
data
class
Error
(
val
reason
:
Throwable
)
:
DownloadState
Error status. This status means that the download process completed with an error.
Members
Constructors
Error
Link copied to clipboard
constructor
(
reason
:
Throwable
)
Properties
reason
Link copied to clipboard
val
reason
:
Throwable