toggle menu
igdbclient-core
0.4
common
switch theme
search in API
igdbclient-core
/
ru.pixnews.igdbclient
/
IgdbResult
/
Failure
/
HttpFailure
Http
Failure
class
HttpFailure
<
E
:
Any
>
(
val
httpCode
:
Int
,
val
httpMessage
:
String
,
val
response
:
E
?
,
val
rawResponseHeaders
:
List
<
Pair
<
String
,
String
>
>
?
,
val
rawResponseBody
:
ByteArray
?
)
:
IgdbResult.Failure
<
E
>
4xx - 5xx HTTP errors
Members
Constructors
Http
Failure
Link copied to clipboard
constructor
(
httpCode
:
Int
,
httpMessage
:
String
,
response
:
E
?
,
rawResponseHeaders
:
List
<
Pair
<
String
,
String
>
>
?
,
rawResponseBody
:
ByteArray
?
)
Properties
http
Code
Link copied to clipboard
val
httpCode
:
Int
http
Message
Link copied to clipboard
val
httpMessage
:
String
raw
Response
Body
Link copied to clipboard
val
rawResponseBody
:
ByteArray
?
raw
Response
Headers
Link copied to clipboard
val
rawResponseHeaders
:
List
<
Pair
<
String
,
String
>
>
?
response
Link copied to clipboard
val
response
:
E
?