open fun <XE> handleError(handler: (E) -> XE): Effect<R, XE>
Installs error handler (kind of mapLeft).
Returns new Effect.