NetworkError

data class NetworkError(val cause: Throwable) : MTOfflineError

A general network connectivity issue occurred.

Constructors

constructor(cause: Throwable)

Properties

open override val cause: Throwable
open override val message: String?