List of result codes returned by Web API / SOAP interface:

IDValueDescription
STATUS_SUCCESS0Success
STATUS_AUTHORIZATION_ERROR1Authorization error
STATUS_CREDENTIALS_MISSING2Username and/or Password is missing
STATUS_NOT_ALLOWED3Operation can not be performed due to security restrictions
STATUS_INVALID_SITE_CODE4Site code is invalid or missing
STATUS_INVALID_MID_CODE5Machine ID (MID) code is invalid or missing
STATUS_INVALID_ACTIVATION_CODE6Activation code is invalid or missing
STATUS_INVALID_PCG_VERSON7Invalid PCG version
STATUS_INVALID_ACTIVATION_PERIOD8Limited license: invalid activation period
STATUS_ACTIVATION_ERROR9System is unable to calculate activation code
STATUS_FLEXIBLE_LICENSING_ERROR10(Client) License can not be updated as too many locking parameters are different
STATUS_DATABASE_ERROR11Database read/write operation error
STATUS_SERIAL_NUMBER_IN_USE12Serial number is already in use
STATUS_SERIAL_NUMBER_INVALID13Serial number is invalid
STATUS_SERIAL_NUMBER_BLACKLISTED14Serial number is blacklisted
STATUS_CLIENT_DATA_INVALID15Client data is invalid (see Description for exact error)
STATUS_CLIENT_ALREADY_EXISTS16Client with provided ClientID already exists
STATUS_CLIENT_MISSING17There is no client with provided Client ID
STATUS_CLIENT_DELETE_ERROR18Client can not be deleted (there are existing orders)
STATUS_CLIENT_DISABLED19Client is disabled
STATUS_ORDER_MISSING20There is no order with provided Order ID
STATUS_ORDER_DATA_INVALID21Order data is invalid (see Description for exact error)
STATUS_ORDER_ALREADY_EXISTS22Order with provided Order ID already exists
STATUS_ORDER_DELETE_ERROR23Order can not be deleted (there are existing licenses)
STATUS_PROGRAM_MISSING24There is no product with provided Product ID
STATUS_PRODUCT_LIMLIC_EXPIRED25Limited license has expired
STATUS_PRODUCT_DATA_INVALID26Product information is invalid (see Description for exact error)
STATUS_PRODUCT_ALREADY_EXISTS27Product already exists
STATUS_PRODUCT_DELETE_ERROR28Product can not be deleted (see Description for exact error)
STATUS_PRODUCT_WEB_LICENSING_ERROR29Web licensing is disabled for this product
STATUS_LICENSE_MISSING30There is no license with provided activation code
STATUS_LICENSE_ALL_IN_USE31(Client) All available licenses are in use
STATUS_LICENSE_ALREADY_EXISTS32Same license already exists
STATUS_LICENSE_NO_ACTIVE_LICENSES33There are no active licenses to be removed or updated
STATUS_LICENSE_DATA_INVALID34License data is invalid (see Description for exact error)
STATUS_LICENSE_INVALID_NOTE35Invalid license note
STATUS_LICENSE_ALREADY_REMOVED36License is already marked as removed
STATUS_LICENSE_EXPIRED37Limited license has expired
STATUS_REMOVAL_CODE_INVALID38Removal code is invalid
STATUS_REMOVAL_CODE_MISSING39Removal code is missing
STATUS_GROUP_MISSING40There is no group with provided Group ID
STATUS_GROUP_DATA_INVALID41Group data is not valid (see Description for exact error)
STATUS_GROUP_ALREADY_EXISTS42Group with same Group ID already exists
STATUS_GROUP_INUSE43Group is in use
STATUS_EMAILTEMPLATE_MISSING44Email template can not be found
STATUS_EMAILTEMPLATE_DATA_INVALID45Email template data is not valid (see Description for exact error)
STATUS_EMAILTEMPLATE_ALREADY_EXISTS46Email template already exists
STATUS_USER_MISSING47There is no user with provided User ID
STATUS_USER_DATA_INVALID48User data is invalid (see Description for exact error)
STATUS_USER_ALREADY_EXISTS49User already exists
STATUS_MACHINE_LOCKING_POLICY_INVALID50Machine locking policy is invalid
STATUS_INVALID_MERGED_SITEMID_CODE51Invalid merged site-mid codes
STATUS_HOST_TEMPORARILY_BANNED52Remote host temporarily banned from accessing web service
STATUS_NEWS_ITEM_INVALID53Invalid news entity
STATUS_NEWS_ITEM_MISSING54News item is missing
STATUS_LOGIN_DISABLED55Login is disabled
STATUS_HOST_PERMANENTLY_BANNED67Remote host permanently banned
STATUS_HOST_INVALID_ADDRESS68Invalid host address
STATUS_DB_ERROR_DUPLICATE_ENTRY69Database error: Duplicate entry
STATUS_DB_ERROR_ENTRY_MISSING70Database error: Missing entry
STATUS_DB_ERROR_ENTRY_DATA_INVALID71Database error: Invalid data
STATUS_PRODUCT_DISABLED72Product is disabled
STATUS_ORDER_DISABLED73Order is disabled
STATUS_WEBAPI_EXCEPTION74Web API exception error
STATUS_WEBAPI_INVALID_RESPONSE75Web API invalid response received
STATUS_WEBAPI_JSON_ERROR76Web API: JSON error
STATUS_APP_SIGNATURE_INVALID77Application signature is invalid
STATUS_APP_SIGNATURE_MISSING78Application signature is missing
STATUS_PRODUCT_ACTIVATION_NOT_REQUIRED90Product activation is not required
STATUS_LM_REMOVAL_DISABLED500License removal is disabled
STATUS_LM_REMOVAL_DAILY_LIMIT_REACHED501License removal daily limit reached
STATUS_LM_REMOVAL_MONTHLY_LIMIT_REACHED502License removal monthly limit reached
STATUS_LM_REACTIVATION_DISABLED503License reactivation is disabled
STATUS_LM_REACTIVATION_DAILY_LIMIT_REACHED504License reactivation daily limit reached
STATUS_LM_REACTIVATION_MONTHLY_LIMIT_REACHED505License reactivation monthly limit reached
STATUS_LM_TRANSFER_DISABLED506License transfer is disabled
STATUS_LM_TRANSFER_DAILY_LIMIT_REACHED507License transfer daily limit reached
STATUS_LM_TRANSFER_MONTHLY_LIMIT_REACHED508License transfer monthly limit reached
STATUS_LM_ADDING_DISABLED509License adding is disabled
STATUS_LM_PRODUCT_NO_LONGER_SUPPORTED510Product is no longer supported
STATUS_LM_SUBSCRIPTION_REQUIRED511Subscription required
STATUS_LM_SUBSCRIPTION_NOT_AVAILABLE512Subscription not available for this product
STATUS_LM_NOT_ALLOWED_WEBAPI_ENABLED513Web API is enabled for product. License can not be managed by client in client interface
STATUS_LM_NOT_ALLOWED_WEBAPI_DISABLED514Web API is disabled for product. Product license can not be managed via Web API