Method

UnwrapError

func UnwrapError() -> E

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

Returns the error value, or throws when this result is Ok.