toggle menu
Arrow
1.2.4
jvm
switch theme
search in API
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.
Members
Constructors
IOError
Link copied to clipboard
constructor
(
cause
:
IOException
)
Properties
cause
Link copied to clipboard
val
cause
:
IOException