UpgradeErrorCode Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. store. partnercenter. models. subscriptions. UpgradeErrorCode
- com.
- java.
public enum UpgradeErrorCode extends Enum<UpgradeErrorCode>
Fields
| CONCURRENCY_CONFLICTS |
Upgrade cannot be performed due to concurrent subscription restrictions. |
| CONFLICTING_SERVICE_TYPES |
Upgrade cannot be performed because of conflicting source service types. |
| DELEGATED_ADMIN_PERMISSIONS_DISABLED |
Upgrade cannot be performed because administrative permissions have been removed. |
| OTHER |
The type of errors that prevent subscription upgrading from happening General error. |
| SUBSCRIPTION_ADD_ONS_PRESENT |
Upgrade cannot be performed because the source subscription has previously purchased add-ons. |
| SUBSCRIPTION_DOES_NOT_HAVE_ANY_UPGRADE_PATHS |
Upgrade cannot be performed because the source subscription does not have upgrade paths. |
| SUBSCRIPTION_NOT_PROVISIONED |
The subscription is not provisioned yet. |
| SUBSCRIPTION_STATUS_NOT_ACTIVE |
Upgrade cannot be performed because the subscription status is suspended or deleted. |
| SUBSCRIPTION_TARGET_OFFER_NOT_FOUND |
Upgrade cannot be performed because the specified upgrade path is not an available upgrade path. |
| USER_CONTEXT_REQUIRED |
Upgrade cannot be performed because the current request is using app context. |
Inherited Members
Methods
toString()
public String toString()
Converts the object to a string.
Returns
- Overrides
-
java.lang.Enum.toString()
valueOf(String name)
public static UpgradeErrorCode valueOf(String name)
Parameters
- name
- java.lang.String