AttachedClusterError

data class AttachedClusterError(val message: String? = null)

Constructors

Link copied to clipboard
constructor(message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

Human-friendly description of the error.