Arrow
Toggle table of contents
2.1.2
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-core
/
arrow.core.raise
/
withErrorTraced
with
Error
Traced
@
ExperimentalTraceApi
inline
fun
<
Error
,
OtherError
,
A
>
Raise
<
Error
>
.
withErrorTraced
(
transform
:
(
Trace
,
OtherError
)
->
Error
,
block
:
Raise
<
OtherError
>
.
(
)
->
A
)
:
A