LexStatusCodes class abstract

Constructors

LexStatusCodes()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

LA_E_ACTIVATION_LIMIT → const int
The license has reached it's allowed activations limit.
LA_E_ACTIVATION_METADATA_LIMIT → const int
The license has reached it's metadata fields limit.
LA_E_ACTIVATION_NOT_FOUND → const int
The license activation was deleted on the server.
LA_E_APP_VERSION_LENGTH → const int
App version length is more than 256 characters.
LA_E_AUTHENTICATION_FAILED → const int
Incorrect email or password.
LA_E_BUFFER_SIZE → const int
The buffer size was smaller than required.
LA_E_CLIENT → const int
Client error.
LA_E_CONTAINER → const int
Application is being run inside a container and activation has been disallowed in the container.
LA_E_COUNTRY → const int
Country is not allowed.
LA_E_CUSTOM_FINGERPRINT_LENGTH → const int
Custom device fingerprint length is less than 64 characters or more than 256 characters.
LA_E_DEACTIVATION_LIMIT → const int
The license has reached it's allowed deactivations limit.
LA_E_FILE_PATH → const int
Invalid file path.
LA_E_FILE_PERMISSION → const int
No permission to write to file.
LA_E_HOST_URL → const int
Invalid Cryptlex host url.
LA_E_INET → const int
Failed to connect to the server due to network error.
LA_E_IP → const int
IP address is not allowed.
LA_E_LICENSE_KEY → const int
Invalid license key.
LA_E_LICENSE_TYPE → const int
Invalid license type. Make sure floating license is not being used.
LA_E_MACHINE_FINGERPRINT → const int
Machine fingerprint has changed since activation.
LA_E_METADATA_KEY_LENGTH → const int
Metadata key length is more than 256 characters.
LA_E_METADATA_KEY_NOT_FOUND → const int
The metadata key does not exist.
LA_E_METADATA_VALUE_LENGTH → const int
Metadata value length is more than 256 characters.
LA_E_METER_ATTRIBUTE_NOT_FOUND → const int
The meter attribute does not exist.
LA_E_METER_ATTRIBUTE_USES_LIMIT_REACHED → const int
The meter attribute has reached it's usage limit.
LA_E_NET_PROXY → const int
Invalid network proxy.
LA_E_OFFLINE_RESPONSE_FILE → const int
Invalid offline activation response file.
LA_E_OFFLINE_RESPONSE_FILE_EXPIRED → const int
The offline activation response has expired.
LA_E_PRODUCT_DATA → const int
Invalid product data.
LA_E_PRODUCT_FILE → const int
Invalid or corrupted product file.
LA_E_PRODUCT_ID → const int
The product id is incorrect.
LA_E_RATE_LIMIT → const int
Rate limit for API has reached; try again later.
LA_E_RELEASE_VERSION_FORMAT → const int
Invalid version format.
LA_E_REVOKED → const int
The license has been revoked.
LA_E_SERVER → const int
Server error.
LA_E_SYSTEM_PERMISSION → const int
Insufficient system permissions. Occurs when LA_SYSTEM flag is used but application is not run with admin privileges.
LA_E_TIME → const int
The difference between the network time and the system time is more than allowed clock offset.
LA_E_TIME_MODIFIED → const int
The system time has been tampered (backdated).
LA_E_TRIAL_ACTIVATION_LIMIT → const int
Your account has reached it's trial activations limit.
LA_E_TRIAL_ACTIVATION_METADATA_LIMIT → const int
The trial has reached it's metadata fields limit.
LA_E_TRIAL_NOT_ALLOWED → const int
Trial not allowed for the product.
LA_E_VM → const int
Application is being run inside a virtual machine / hypervisor, and activation has been disallowed in the VM.
LA_E_WMIC → const int
Fingerprint couldn't be generated because Windows Management Instrumentation (WMI) service has been disabled. This error is specific to Windows only.
LA_EXPIRED → const int
The license has expired or system time has been tampered with. Ensure your date and time settings are correct.
LA_FAIL → const int
Failure code.
LA_GRACE_PERIOD_OVER → const int
The grace period for server sync is over.
LA_LOCAL_TRIAL_EXPIRED → const int
The local trial has expired or system time has been tampered with. Ensure your date and time settings are correct.
LA_OK → const int
Success code.
LA_RELEASE_NO_UPDATE_AVAILABLE → const int
No new update is available for the product. The current version is latest.
LA_RELEASE_UPDATE_AVAILABLE → const int
A new update is available for the product. This means a new release has been published for the product.
LA_SUSPENDED → const int
The license has been suspended.
LA_TRIAL_EXPIRED → const int
The trial has expired or system time has been tampered with. Ensure your date and time settings are correct.