Synergex.SynergyDE.DeviceLicensing.LicenseError

Return errors for the DeviceLicensing methods

 

 

 

NSupported in Synergy .NET
namespace Synergex.SynergyDE.DeviceLicensing
public enum LicenseError

The LicenseError enumeration is used to return errors for the methods in the DeviceLicensing class.

Fields

Connectivity

Cannot connect to license server.

DeviceMismatch

The device information does not match information on the server. Returned by DeviceLicensing.Synchronize() only when auto_reactivate is false.

DuplicateDevice

The device description is not unique within the license block.

Expired

The device license subscription period has expired.

InternalLicensingServerError

Contact Synergy/DE Developer Support.

InvalidAttribute

The AppGUID or the associated public key in your SynergyDeviceLicenseAttribute is invalid.

MiscError

Contact Synergy/DE Developer Support.

MultipleInit

A device GUID has already been stored on the device. This can only occur from an explicit call to GetDeviceGUID() from within your application, but outside your ISynergyDeviceCallback.Init() method.

None

Success.

NoSlots

No more device license slots are available. If this is the initial activation, (DeviceLicensing.Activate()), the device is placed into a 7-day grace period. Returned by DeviceLicensing.Synchronize() only when auto_reactivate is true.

NotActivated

The device has not been activated.

NotFound

The device cannot be found on the server.

NotTransferable

The device license is not allowed to be transferred from one device to another.

Revoked

Either the device has been deactivated or the device license has been revoked via the device license management website.

Timeout

The device license request to the license server timed out (2 minutes).

Unauthorized

Either the token/password combination is invalid or the password has expired.