mapFailure

inline fun mapFailure(block: (Throwable) -> Throwable): KmmResult<T>(source)

Transforms this KmmResult's failure-case according to block and leaves the success case untouched