We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb33f2 commit 131315dCopy full SHA for 131315d
src/Common/ResultPattern/Result.cs
@@ -20,7 +20,7 @@ protected Result()
20
/// Initializes a new instance of the <see cref="Result"/> class representing a failed result with an error.
21
/// </summary>
22
/// <param name="error">The error associated with the failed result.</param>
23
- protected Result(Error? error)
+ protected Result(Error error)
24
{
25
IsSuccess = false;
26
Error = error;
0 commit comments