HostConnectionIssue

data class HostConnectionIssue(val message: String) : AdError

An error related to the host connection issue.

The internal exception could be an UnknownHostException or ConnectException. One of the reasons for this may be the lack of an internet connection.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

Short error description.

Link copied to clipboard

: Description of the underlying error.