Error

data class Error(val message: String, val cause: Throwable?) : DustSubscriptionManager.DustSyncState

Dust sync error.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable?)

Properties

Link copied to clipboard

Exception that caused the error

Link copied to clipboard

Error message