Network

class Network(message: String) : FxaException

Thrown if an operation fails due to network access problems. The application may retry at a later time once connectivity is restored.

Constructors

Link copied to clipboard
constructor(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 val message: String?