Condividi tramite


UpgradeErrorCode Enum

Definition

The type of errors that prevent subscription upgrading from happening.

public enum UpgradeErrorCode
type UpgradeErrorCode = 
Public Enum UpgradeErrorCode
Inheritance
UpgradeErrorCode

Fields

ConcurrencyConflicts 4

Upgrade cannot be performed due to concurrent subscription restrictions.

ConflictingServiceTypes 3

Upgrade cannot be performed because of conflicting source service types.

DelegatedAdminPermissionsDisabled 1

Upgrade cannot be performed because administrative permissions have been removed.

Other 0

General error.

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.

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.

SubscriptionStatusNotActive 2

Upgrade cannot be performed because the subscription status is suspended or deleted.

SubscriptionTargetOfferNotFound 8

Upgrade cannot be performed because the specified upgrade path is not an available upgrade path.

UserContextRequired 5

Upgrade cannot be performed because the current request is using app context.

Applies to