Reason

enum Reason : Enum<NetworkException.Reason>

Enumeration of reasons for a NetworkException to be thrown

Entries

Timeout
Link copied to clipboard
The access operation timed out.
Unreachable
Link copied to clipboard
The network is unreachable.
Other
Link copied to clipboard
Another reason.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int