Class Result<TOk, TError>.Error
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: p1eXu5.Result
Assembly: p1eXu5.Result.dll
Syntax
public class Error : Result<TOk, TError>, IEquatable<Result<TOk, TError>>, IEquatable<Result<TOk, TError>.Error>
Constructors
| Improve this Doc View SourceError(TError)
Declaration
public Error(TError FailedContext)
Parameters
Type | Name | Description |
---|---|---|
TError | FailedContext |
Properties
| Improve this Doc View SourceFailedContext
Declaration
public TError FailedContext { get; set; }
Property Value
Type | Description |
---|---|
TError |
Implements
System.IEquatable<T>
System.IEquatable<T>