LicenseError Enumeration¶
Namespace: id3.Devices
Definition¶
class LicenseError
enum LicenseError
public enum LicenseError
public enum LicenseError
typedef enum id3DevicesLicenseError
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
No error. |
|
-1 |
The given buffer is too small. |
|
-2 |
The requested object does not exist; a ‘null’ should be returned if possible. |
|
-100 |
Base error code of the License module. |
|
-999 |
Minimum error code of the License module. |
|
-101 |
The handle is invalid. |
|
-102 |
One of the parameters is incorrect. |
|
-103 |
No license was found. |
|
-104 |
License is not valid or a required module is not licensed. |
|
-105 |
The license has expired. |
|
-106 |
Installation code does not match hardware ID. |
|
-107 |
The license is already fulfilled by another user (or computer). |
|
-108 |
A required module is not licensed or the usage limit has been reached. |
|
-109 |
The license file cannot be accessed in write mode. |
|
-110 |
The number of available licenses has been reached. There isn’t any available license remaining. |
|
-111 |
The serial is invalid. |
|
-112 |
Invalid login or password. |
|
-113 |
The license is revoked or does not exist anymore. |
|
-114 |
The license is blocked after a predefined period. |
|
-115 |
The license server is currently unreachable. |
|
-116 |
An unexpected error happened. |
|
-117 |
No license file was provided. |
|
-118 |
This device is not compatible with id3 licensing system. |