All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lightningkite.rx.okhttp.HttpResponseError.kt Maven / Gradle / Ivy

The newest version!
package com.lightningkite.rx.okhttp

import okhttp3.Response

/**
 * An exception representing a [Response] from the server that indicates the request was unsuccessful.
 */
open class HttpResponseException(val response: Response, cause: Throwable? = null): Exception("Got code ${response.code}", cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy