flatMapError

infix inline fun <V, E, E2> Either<E, V>.flatMapError(func: (E) -> Either<E2, V>): Either<E2, V>