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