Method

MapError

func MapError<E2>(mapper: E -> E2) -> Result<T, E2>

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

Maps the error channel.