IOError

data class IOError(val cause: IOException) : CallError

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