UnknownHttpCodeFailure

class UnknownHttpCodeFailure(val httpCode: Int, val httpMessage: String, val rawResponseBody: ByteArray?) : IgdbResult.Failure<Nothing>

Other HTTP errors

Constructors

Link copied to clipboard
constructor(httpCode: Int, httpMessage: String, rawResponseBody: ByteArray?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard