OSrs
January 10, 2023, 12:01pm
#1
Hello,
Is there a reference for possible error codes from web API requests? Specifically, a reference of the error codes for creating and updating an activation (i.e. POST /v3/activation
and PATCH /v3/activation
).
Might be related to the following question, however a reference has not been provided there as well.
https://forums.cryptlex.com/t/error-codes-from-web-api-responses-for-ios-and-android/694
Hi,
Please refer to the following:
ActivationErrorCodes:
"INVALID_ACTIVATION_FINGERPRINT"
"INVALID_ACTIVATION_ID"
"ACTIVATION_NOT_FOUND"
"ACTIVATION_LIMIT_REACHED"
"METER_ATTRIBUTE_USES_LIMIT_REACHED"
"AUTHENTICATION_FAILED"
"DEACTIVATION_LIMIT_REACHED"
"INVALID_PRODUCT_ID"
"INVALID_LICENSE_KEY"
"INVALID_LICENSE_TYPE"
"VM_ACTIVATION_NOT_ALLOWED"
"CONTAINER_ACTIVATION_NOT_ALLOWED"
"REVOKED_LICENSE"
"COUNTRY_NOT_ALLOWED"
"IP_ADDRESS_NOT_ALLOWED"
"INVALID_OFFLINE_REQUEST"
"TRIAL_NOT_ALLOWED"
"TRIAL_ACTIVATION_LIMIT_REACHED"
"RELEASE_VERSION_NOT_ALLOWED"
"INVALID_RELEASE_VERSION_FORMAT"
1 Like