public enum LicenseError extends java.lang.Enum<LicenseError>
| Enum Constant and Description |
|---|
ALREADY_FULFILLED
The license is already fulfilled by another user (or computer).
|
BASE
Base error code of the License module.
|
BLOCKED_LICENSE
The license is blocked after a predefined period.
|
DEVICE_NOT_COMPATIBLE
This device is not compatible with id3 licensing system.
|
EXPIRED_LICENSE
The license has expired.
|
INSUFFICIENT_BUFFER
The given buffer is too small.
|
INSUFFICIENT_LICENSE_CREDITS
The number of available licenses has been reached.
|
INVALID_CREDENTIALS
Invalid login or password.
|
INVALID_HANDLE
The handle is invalid.
|
INVALID_HARDWARE_ID
Installation code does not match hardware ID.
|
INVALID_LICENSE
License is not valid or a required module is not licensed.
|
INVALID_PARAMETER
One of the parameters is incorrect.
|
INVALID_SERIAL
The serial is invalid.
|
LICENSE_NOT_FOUND
No license was found.
|
LICENSE_OTHER_ERROR
An unexpected error happened.
|
MINIMUM
Minimum error code of the License module.
|
MISSING_FILE
No license file was provided.
|
MODULE_ERROR
A required module is not licensed or the usage limit has been reached.
|
OBJECT_DOES_NOT_EXIST
The requested object does not exist; a 'null' should be returned if possible.
|
REVOKED_LICENSE
The license is revoked or does not exist anymore.
|
SUCCESS
No error.
|
UNREACHABLE_SERVER
The license server is currently unreachable.
|
WRITE_ERROR
The license file cannot be accessed in write mode.
|
| Modifier and Type | Method and Description |
|---|---|
static LicenseError |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static LicenseError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LicenseError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseError SUCCESS
public static final LicenseError INSUFFICIENT_BUFFER
public static final LicenseError OBJECT_DOES_NOT_EXIST
public static final LicenseError BASE
public static final LicenseError MINIMUM
public static final LicenseError INVALID_HANDLE
public static final LicenseError INVALID_PARAMETER
public static final LicenseError LICENSE_NOT_FOUND
public static final LicenseError INVALID_LICENSE
public static final LicenseError EXPIRED_LICENSE
public static final LicenseError INVALID_HARDWARE_ID
public static final LicenseError ALREADY_FULFILLED
public static final LicenseError MODULE_ERROR
public static final LicenseError WRITE_ERROR
public static final LicenseError INSUFFICIENT_LICENSE_CREDITS
public static final LicenseError INVALID_SERIAL
public static final LicenseError INVALID_CREDENTIALS
public static final LicenseError REVOKED_LICENSE
public static final LicenseError BLOCKED_LICENSE
public static final LicenseError UNREACHABLE_SERVER
public static final LicenseError LICENSE_OTHER_ERROR
public static final LicenseError MISSING_FILE
public static final LicenseError DEVICE_NOT_COMPATIBLE
public static LicenseError[] values()
for (LicenseError c : LicenseError.values()) System.out.println(c);
public static LicenseError valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static LicenseError fromValue(int value)
value - The int value.Copyright © id3 Technologies. All rights reserved. eu.id3.face