RingLoadingFailure

data class RingLoadingFailure(val ring: Ring, val failedLoadingStep: String? = null)

Data class used to describe a failure with displaying a ring.

Constructors

Link copied to clipboard
fun RingLoadingFailure(ring: Ring, failedLoadingStep: String? = null)

Properties

Link copied to clipboard
val failedLoadingStep: String? = null

String representation of the failed loading step.

Link copied to clipboard
val ring: Ring

Ring attempted to be loaded or displayed.