Functions
mapError
Kotlin Function
Function
Transforms the error using transform, leaving successes unchanged.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Function
inline fun <T, E, F> Result<T, E>.mapError(transform: (E) -> F): Result<T, F>
Was this page helpful?
