kourier
Toggle table of contents
0.2.2
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-core
/
dev.kourier.amqp
/
ProtocolError
/
Incomplete
Incomplete
data
class
Incomplete
(
val
type
:
Any
?
=
null
,
val
expected
:
UInt
,
val
got
:
Int
)
:
ProtocolError
Members
Constructors
Incomplete
Link copied to clipboard
constructor
(
type
:
Any
?
=
null
,
expected
:
UInt
,
got
:
Int
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
expected
Link copied to clipboard
val
expected
:
UInt
got
Link copied to clipboard
val
got
:
Int
message
Link copied to clipboard
open
val
message
:
String
?
type
Link copied to clipboard
val
type
:
Any
?
=
null