You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewFdbException(FdbError.InvalidMutationType,"Atomic mutations for VersionStamps are only supported starting from API level 400. You need to select API level 400 or more at the start of your process.");
536
+
}
537
+
else
538
+
{
539
+
thrownewFdbException(FdbError.InvalidMutationType,"Atomic mutations Max and Min are only supported starting from client version 4.x. You need to update the version of the client, and select API level 400 or more at the start of your process..");
540
+
}
541
+
}
542
+
// ok!
543
+
return;
544
+
}
545
+
516
546
// this could be a new mutation type, or an invalid value.
517
547
thrownewFdbException(FdbError.InvalidMutationType,"An invalid mutation type was issued. If you are attempting to call a new mutation type, you will need to update the version of this assembly, and select the latest API level.");
0 commit comments