Method
WithContext
static func WithContext<T, E>(self: Result<T, E>, message: string) -> Result<T, ContextError<E>> where E: IError
Type: ResultErrorContextExtensions<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn
Wraps only the error channel with operation context. The original typed error is preserved as the contextual error's cause.