Incomplete

data class Incomplete(val type: Any? = null, val expected: <Error class: unknown class>, val got: Int) : ProtocolError

Constructors

Link copied to clipboard
constructor(type: Any? = null, expected: <Error class: unknown class>, got: Int)

Properties

Link copied to clipboard
val expected: <Error class: unknown class>
Link copied to clipboard
val got: Int
Link copied to clipboard
val type: Any? = null