Arrow
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
Arrow
arrow-core-retrofit
/
arrow.retrofit.adapter.either.networkhandling
/
IOError
IOError
data
class
IOError
(
val
cause
:
IOException
)
:
CallError
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