Types

Link copied to clipboard

2xx HTTP response with unparsable body

Link copied to clipboard
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

Link copied to clipboard

Any network error, no HTTP response received

Link copied to clipboard

Other failures

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

Other HTTP errors