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.
2 parents ac11888 + 022fd92 commit 345c2a3Copy full SHA for 345c2a3
src/main/java/com/cryptlex/lexfloatclient/LexFloatClient.java
@@ -245,7 +245,7 @@ public static String GetHostLicenseMetadata(String key) throws LexFloatClientExc
245
}
246
throw new LexFloatClientException(status);
247
248
-
+
249
/**
250
* Gets the license meter attribute allowed uses and total uses associated
251
* with the LexFloatServer license.
@@ -360,6 +360,8 @@ public static boolean HasFloatingLicense() throws LexFloatClientException {
360
return true;
361
case LexFloatClientException.LF_E_NO_LICENSE:
362
return false;
363
+ case LexFloatClientException.LF_FAIL:
364
+ return false;
365
default:
366
367
0 commit comments