kourier
Toggle table of contents
0.2.2
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-core
/
dev.kourier.amqp
/
ProtocolError
/
Decode
Decode
data
class
Decode
(
val
type
:
Any
?
=
null
,
val
kind
:
Field.Kind
?
=
null
,
val
message
:
String
?
=
null
,
val
context
:
Any
,
val
inner
:
Throwable
?
=
null
)
:
ProtocolError
Members
Constructors
Decode
Link copied to clipboard
constructor
(
type
:
Any
?
=
null
,
kind
:
Field.Kind
?
=
null
,
message
:
String
?
=
null
,
context
:
Any
,
inner
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
context
Link copied to clipboard
val
context
:
Any
inner
Link copied to clipboard
val
inner
:
Throwable
?
=
null
kind
Link copied to clipboard
val
kind
:
Field.Kind
?
=
null
message
Link copied to clipboard
open
override
val
message
:
String
?
=
null
type
Link copied to clipboard
val
type
:
Any
?
=
null