NetworkFailure

class NetworkFailure(val message: String) : RoutingFailure

Routing network call failed with IOException.

Constructors

Link copied to clipboard
fun NetworkFailure(message: String)

Functions

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

Properties

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