toggle menu
igdbclient-core
0.4
common
switch theme
search in API
igdbclient-core
/
ru.pixnews.igdbclient.error
/
IgdbHttpErrorResponse
/
Message
Message
data
class
Message
(
val
status
:
Int
,
val
title
:
String
?
,
val
cause
:
String
?
)
Members
Constructors
Message
Link copied to clipboard
constructor
(
status
:
Int
,
title
:
String
?
,
cause
:
String
?
)
Properties
cause
Link copied to clipboard
val
cause
:
String
?
status
Link copied to clipboard
val
status
:
Int
title
Link copied to clipboard
val
title
:
String
?