Quobis Android SDK (internal 0.72.1)
Quobis Android SDK (internal 0.72.1)
/
com.quobis.sippo.sipposdk.common
/
mapError
map
Error
fun
<
V
,
E
:
Throwable
,
X
:
Throwable
>
Either
<
V
,
E
>
.
mapError
(
f
:
(
E
)
->
X
)
:
Either
<
V
,
X
>
Content copied to clipboard
Converts the Either error according to
f
function.