IOError

data class IOError(val cause: IOException) : CallError(source)

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

Constructors

Link copied to clipboard
constructor(cause: IOException)

Properties

Link copied to clipboard