UpgradeErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of errors that prevent subscription upgrading from happening.
public enum UpgradeErrorCode
type UpgradeErrorCode =
Public Enum UpgradeErrorCode
- Inheritance
-
UpgradeErrorCode
Fields
Name | Value | Description |
---|---|---|
Other | 0 | General error. |
DelegatedAdminPermissionsDisabled | 1 | Upgrade cannot be performed because administrative permissions have been removed. |
SubscriptionStatusNotActive | 2 | Upgrade cannot be performed because the subscription status is suspended or deleted. |
ConflictingServiceTypes | 3 | Upgrade cannot be performed because of conflicting source service types. |
ConcurrencyConflicts | 4 | Upgrade cannot be performed due to concurrent subscription restrictions. |
UserContextRequired | 5 | Upgrade cannot be performed because the current request is using app context. |
SubscriptionAddOnsPresent | 6 | Upgrade cannot be performed because the source subscription has previously purchased add-ons. |
SubscriptionDoesNotHaveAnyUpgradePaths | 7 | Upgrade cannot be performed because the source subscription does not have upgrade paths. |
SubscriptionTargetOfferNotFound | 8 | Upgrade cannot be performed because the specified upgrade path is not an available upgrade path. |
SubscriptionNotProvisioned | 9 | The subscription is not provisioned yet. Happens when the order is still being processed. Eventually the subscription will be provisioned and an entitlement is created. |