Network

class Network(val cause: Error?) : LcpError

A network request failed with the given exception.

Constructors

Link copied to clipboard
constructor(cause: Error?)

Properties

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