Arrow
1.1.5
arrow-core-retrofit
/
arrow.retrofit.adapter.either.networkhandling
/
IOError
IOError
data
class
IOError
(
val
cause
:
IOException
)
:
CallError
(
source
)
IO error: no network, socket timeout etc. Check the
cause
for details.
Constructors
Properties
Constructors
IOError
Link copied to clipboard
fun
IOError
(
cause
:
IOException
)
Properties
cause
Link copied to clipboard
val
cause
:
IOException