toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-api
/
joyfill.response
/
FailureResponse
Failure
Response
@
Serializable
data
class
FailureResponse
(
val
statusCode
:
Int
,
val
error
:
String
,
val
message
:
String
)
Members
Constructors
Failure
Response
Link copied to clipboard
constructor
(
statusCode
:
Int
,
error
:
String
,
message
:
String
)
Properties
error
Link copied to clipboard
val
error
:
String
message
Link copied to clipboard
val
message
:
String
status
Code
Link copied to clipboard
val
statusCode
:
Int
Functions
to
Exception
Link copied to clipboard
fun
toException
(
)
:
JoyfillException