toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-api
/
joyfill
/
BadRequestException
Bad
Request
Exception
class
BadRequestException
(
val
code
:
Int
,
message
:
String
)
:
JoyfillException
Members
Constructors
Bad
Request
Exception
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
open
val
message
:
String
?