GenericIOException

Exception thrown for network I/O errors other than timeouts.

Examples: DNS resolution failure, connection refused, connection reset.

Constructors

Link copied to clipboard
constructor(throwable: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?