# Network

class Network(cause: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html)) : [FrakError](/developers/references/android/id-frak-sdk-core/frakerror/)

DNS failure, no connectivity, TLS failure, timeout. cause carries the underlying [java.io.IOException](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html).

## Constructors

| | |
|---|---|
| [Network](/developers/references/android/id-frak-sdk-core/frakerror/network/network/) | constructor(cause: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html)) |