toggle menu
pipecat-client-android-docs
androidJvm
switch theme
search in API
pipecat-client-android
/
ai.pipecat.client.result
/
Future
/
mapError
map
Error
open
fun
<
E2
>
mapError
(
filter
:
(
E
)
->
E2
)
:
Future
<
V
,
E2
>
If the Future returns an error, transform the error to another type.