NetworkError

class NetworkError(val message: String = "") : SearchError

Network call failed with IOException.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun NetworkError(message: String = "")

Properties

Link copied to clipboard