IOError

data class IOError(cause: IOException) : CallError

IO error: no network, socket timeout etc. Check the cause for details.

Constructors

Link copied to clipboard
fun IOError(cause: IOException)

Properties

Link copied to clipboard
val cause: IOException