LicenseSpring C++ SDK
Easily add Software Licensing to your application
PODTypes.h
Go to the documentation of this file.
1 #ifndef LS_POD_TYPES_H
2 #define LS_POD_TYPES_H
3 
4 #ifdef _MSC_VER
5 #pragma once
6 #endif
7 
10 {
14 };
15 
18 {
22 };
23 
26 {
32 };
33 
36 {
42 };
43 
46 {
47  eNoError = 0,
111 };
112 
115 {
117  Default = 0,
142 };
143 
144 #endif // LS_POD_TYPES_H
Getting trial licenses is restricted by product license policy.
Definition: PODTypes.h:85
LSConsumptionPeriod
Consumption period.
Definition: PODTypes.h:35
LSErrorCode
LicenseSpring Error codes enum.
Definition: PODTypes.h:45
Unknown error encountered.
Definition: PODTypes.h:48
Annually consumption reset.
Definition: PODTypes.h:41
Invalid method.
Definition: PODTypes.h:11
Customer account not found or SSO is not set up properly.
Definition: PODTypes.h:87
Current date is behind license start date.
Definition: PODTypes.h:86
LSLicenseType
License type.
Definition: PODTypes.h:25
Weekly consumption reset.
Definition: PODTypes.h:39
Daily consumption reset.
Definition: PODTypes.h:38
SDK could not read or write license to the storage.
Definition: PODTypes.h:67
Consumption License type.
Definition: PODTypes.h:30
Server signature is not valid.
Definition: PODTypes.h:66
Borrowing period is not valid (it is bigger than max possible)
Definition: PODTypes.h:89
Air gap confirmation code is invalid.
Definition: PODTypes.h:99
License feature that should be released is not a floating feature.
Definition: PODTypes.h:103
Previously fetched OAuth token is expired.
Definition: PODTypes.h:108
LSAuthMethod
Product authorization method.
Definition: PODTypes.h:9
Perpetual License type.
Definition: PODTypes.h:27
Internal server error.
Definition: PODTypes.h:56
License not found.
Definition: PODTypes.h:52
Device ID algorithm with auto-detection of the platform.
Definition: PODTypes.h:126
Username does not exist or wrong password provided.
Definition: PODTypes.h:69
Floating license borrowing period or floating timeout expired.
Definition: PODTypes.h:97
Invalid type.
Definition: PODTypes.h:19
No error, everything is ok.
Definition: PODTypes.h:47
Problems with Internet connection.
Definition: PODTypes.h:61
Authorization method based on license keys.
Definition: PODTypes.h:12
Detected that system clock has been set back.
Definition: PODTypes.h:68
Request to the backend has timed out.
Definition: PODTypes.h:62
Windows only, in case VM detection dll not found or tempered.
Definition: PODTypes.h:92
Password change is restricted by product policy.
Definition: PODTypes.h:84
OAuth token is malformed.
Definition: PODTypes.h:110
Failed to set license watchdog.
Definition: PODTypes.h:98
Authorization method based on user credentials.
Definition: PODTypes.h:13
Device was never used to check out a floating feature.
Definition: PODTypes.h:104
Invalid Configuration settings.
Definition: PODTypes.h:51
Feature code not found on license.
Definition: PODTypes.h:102
Device ID algorithm with auto-detection of the platform.
Definition: PODTypes.h:137
TimeLimited License type.
Definition: PODTypes.h:29
Default device ID calculation algorithm.
Definition: PODTypes.h:117
Reached max users count for floating license.
Definition: PODTypes.h:80
Device ID algorithm with auto-detection of the platform, meant for Windows cloud instances.
Definition: PODTypes.h:141
Feature does not exist or wrong feature type.
Definition: PODTypes.h:76
C++ standard exception encountered.
Definition: PODTypes.h:49
The license is not floating.
Definition: PODTypes.h:81
Provided api key does not allow access to configured product.
Definition: PODTypes.h:96
License disabled.
Definition: PODTypes.h:54
Cloud platforms instance ID algorithm.
Definition: PODTypes.h:123
OAuth client credentials are either expired or wrong.
Definition: PODTypes.h:106
Subscription License type.
Definition: PODTypes.h:28
Alternative device ID algorithm for Windows.
Definition: PODTypes.h:134
Provided api key is read_only.
Definition: PODTypes.h:94
DeviceIDAlgorithm
Type of Device ID algorithm used by the SDK.
Definition: PODTypes.h:114
General LicenseSpring error.
Definition: PODTypes.h:50
Alternative device ID algorithm for Windows.
Definition: PODTypes.h:130
Could not activate license.
Definition: PODTypes.h:55
App version not found on the backend.
Definition: PODTypes.h:59
Consumption license or feature run out of resources.
Definition: PODTypes.h:63
Device from which the call is made is not licensed (Hardware ID mismatch)
Definition: PODTypes.h:58
Provided api key is not valid.
Definition: PODTypes.h:93
Unknown (invalid) License type.
Definition: PODTypes.h:31
Monthly consumption reset.
Definition: PODTypes.h:40
License Expired.
Definition: PODTypes.h:53
Consumption feature type.
Definition: PODTypes.h:21
OAuth client doesn't exist.
Definition: PODTypes.h:109
LSFeatureType
Product feature type.
Definition: PODTypes.h:17
Running on Virtual machine not allowed.
Definition: PODTypes.h:79
Product not found on the backend.
Definition: PODTypes.h:60
Token for SSO is not valid or expired.
Definition: PODTypes.h:88
OAuth authorization is required instead of api and shared keys.
Definition: PODTypes.h:107
Negative consumptions not allowed.
Definition: PODTypes.h:105
License borrowing is not allowed by license policy.
Definition: PODTypes.h:90
Provided api key is revoked.
Definition: PODTypes.h:95
Activation feature type.
Definition: PODTypes.h:20
Generation 2 of device ID algorithm for Windows.
Definition: PODTypes.h:120
No consumption period, consumption reset disabled.
Definition: PODTypes.h:37
Authorization failed.
Definition: PODTypes.h:91
Internal server error.
Definition: PODTypes.h:57