Incomplete

data class Incomplete(val type: Any? = null, val expected: UInt, val got: Int) : ProtocolError

Constructors

Link copied to clipboard
constructor(type: Any? = null, expected: UInt, got: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
val got: Int
Link copied to clipboard
open val message: String?
Link copied to clipboard
val type: Any? = null