Enum LicensingErrorCode
Describes the error status code during LicenseCheck.
Namespace: UnityEngine.UDP
Assembly: UDP.dll
Syntax
public enum LicensingErrorCode
Fields
Name | Description |
---|---|
ERROR_CHECK_IN_PROGRESS | Another LicenseCheck is in progress for the application. |
ERROR_INVALID_PACKAGE_NAME | Local error - the application requested a license check for a package that is not installed on the device. |
ERROR_INVALID_PUBLIC_KEY | The public key passed is invalid. |
ERROR_MISSING_PERMISSION | The user doesn't have permission for the application. |
ERROR_NON_MATCHING_UID | Local error - the application requested a license check for a package whose UID (package, user ID pair) does not match that of the requesting application. |
ERROR_NOT_MARKET_MANAGED | Server error - the current store does not recognize the application (package name). |