kourier
Toggle table of contents
0.4.6
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
:
<Error class: unknown class>
,
val
got
:
Int
)
:
ProtocolError
Members
Constructors
Incomplete
Link copied to clipboard
constructor
(
type
:
Any
?
=
null
,
expected
:
<Error class: unknown class>
,
got
:
Int
)
Properties
expected
Link copied to clipboard
val
expected
:
<Error class: unknown class>
got
Link copied to clipboard
val
got
:
Int
type
Link copied to clipboard
val
type
:
Any
?
=
null