You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Return Code #

C enum value

Description

0

LAC_SUCCESS

Operation successful.

1

LAC_PLEASE_WAIT

The operation is not yet complete. Please wait a few minutes and try again.

10

LAC_INVALID_LOGIN_OR_PASSWORD

Invalid username or password specified.

11

LAC_NOT_A_PAYING_VENDOR

Permission denied. LAC Vendor API use is restricted to paying vendors only.

20

LAC_WRONG_HOSTID_FORMAT

Invalid HostID format.

30

LAC_GENERATE_AUTHENTICATION_TOKEN_ERROR

Cannot generate authentication token.

40

LAC_SERVICE_REQUIRES_SECURE_CONNECTION

Secure connection (SSL) required.

41

LAC_SERVICE_DOES_NOT_EXIST

Invalid SOAP version number or type.

50

LAC_WRONG_TOKEN

Invalid or expired token.

60

LAC_INVALID_ORDER_CONFIGURATION

Invalid license order configuration.

100

LAC_HOSTIDTYPE_NOT_SUPPORTED

The HostID type is unsupported.

101

LAC_ACTIVATION_KEY_INVALID

Invalid activation key.

102

LAC_CANNOT_ADD_NEW_RECORD

Cannot add new record.

103   

LAC_CANNOT_DELETE_RECORD

Cannot delete record.

104

LAC_CANNOT_GET_RECORDS_LIST

Cannot get records list.

105

LAC_RECORD_DOES_NOT_EXIST

Record does not exist.

106

LAC_HOSTID_VALUE_INVALID

Invalid HostID value.

107

LAC_HOSTID_MISSING

The required HostID is missing.

108

LAC_INVALID_DATA

Invalid data.

109

LAC_MODEL_DOES_NOT_EXIST

Model does not exist.

110

LAC_CANNOT_EDIT_RECORD

Cannot update record.

111

LAC_CANNOT_DEACTIVATE_LICENSE

Cannot deactivate license.

200

LAC_BULK_LICENSE_COUNT_EXCEEDED

The license count exceeded the allowable limit.

201

LAC_LICENSE_ACTIVATION_COUNT_EXCEEDED

Permission denied. License activations have exceeded the allowable limit.

300

LAC_LICENSE_GENERATION_WAS_NOT_REQUESTED

A license could not be retrieved, because there was no request for license generation.

400

LAC_LICENSE_GENERATOR_FAILED

The license could not be generated, because the license generator was not working properly.

401

LAC_LICENSE_GENERATOR_NOT_UPLOADED

The license generator is not uploaded for the product.

900

LAC_SOAP_NO_NETWORK_HOST 

A SOAP network error occurred.

901

LAC_SOAP_COMM_ERROR

A SOAP communication error occurred.

1000

LAC_UNKNOWN_ERROR

An unknown error occurred.

  • No labels