Method

TapError

func TapError(action: E -> ()) -> Result<T, E>

Type: Result<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn

Runs action if this is Error, returning the original result.