Network

class Network(val reason: String) : ClientException

The network or the transport failed; retry later.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard