ConnectionException

open class ConnectionException(    val url: String,     message: String,     cause: Throwable? = null) : Exception

Exception thrown when something went wrong during the connection.

Constructors

Link copied to clipboard
fun ConnectionException(    url: String,     message: String,     cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val url: String

Inheritors

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

Sources

Link copied to clipboard