Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.plugin
/
KeelInterceptorResult
/
Reject
Reject
data
class
Reject
(
val
status
:
Int
,
val
message
:
String
,
val
headers
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
)
:
KeelInterceptorResult
(
source
)
Members
Constructors
Reject
Link copied to clipboard
constructor
(
status
:
Int
,
message
:
String
,
headers
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
)
Properties
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
List
<
String
>
>
message
Link copied to clipboard
val
message
:
String
status
Link copied to clipboard
val
status
:
Int
Functions
to
Plugin
Result
Link copied to clipboard
fun
toPluginResult
(
)
:
PluginResult
<
Any
?
>