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 18e99de commit b0438afCopy full SHA for b0438af
scalardb-dotnet-samples/scalardb-cluster-sample/Commands/LoadInitialDataCommand.cs
@@ -17,7 +17,7 @@ public static Command Create()
17
using var sample = new Sample();
18
await sample.CreateTables();
19
20
- TransactionException? lastException = null;
+ IllegalArgumentException? lastException = null;
21
var attempts = 10;
22
while (attempts-- > 0)
23
{
0 commit comments