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 2e7c291 commit 2e12500Copy full SHA for 2e12500
Core/Cleipnir.ResilientFunctions/Domain/InitialState.cs
@@ -9,4 +9,4 @@ public record InitialState(
9
IEnumerable<InitialEffect> Effects
10
);
11
12
-public record InitialEffect(string Id, object? Value, Exception? Exception);
+public record InitialEffect(string Id, object? Value, Exception? Exception = null);
0 commit comments