NetworkError

class NetworkError(message: String? = null) : RoutingError

Routing network call failed with IOException.

Constructors

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

Properties

Link copied to clipboard
val message: String?