Skip to content

Network

class Network(cause: Throwable) : FrakError

DNS failure, no connectivity, TLS failure, timeout. cause carries the underlying java.io.IOException.

Networkconstructor(cause: Throwable)