kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
routers
/
dev.kaccelero.annotations
/
MissingParameterException
Missing
Parameter
Exception
data
class
MissingParameterException
(
val
type
:
ParameterType
,
val
key
:
String
?
)
:
Exception
Members
Constructors
Missing
Parameter
Exception
Link copied to clipboard
constructor
(
type
:
ParameterType
,
key
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
key
Link copied to clipboard
val
key
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
type
Link copied to clipboard
val
type
:
ParameterType