CannotUpdateInput

data class CannotUpdateInput(val index: Int, val reason: String) : UpdateFailure

Constructors

Link copied to clipboard
fun CannotUpdateInput(index: Int, reason: String)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard
val reason: String