doOnError

inline fun <V, E> Either<E, V>.doOnError(action: (E) -> Unit): Either<E, V>