TransitionErrorCode Enum

Definition

The type of errors that prevents subscription transfer.

public enum TransitionErrorCode
type TransitionErrorCode = 
Public Enum TransitionErrorCode
Inheritance
TransitionErrorCode

Fields

ConcurrencyConflicts 4

Transition cannot be performed due to concurrent subscription restrictions.

ConflictingServiceTypes 3

Transition cannot be performed because of conflicting source service types.

ConversionsNotFound 11

Cannot find any conversions for the trial subscription to convert to.

DelegatedAdminPermissionsDisabled 1

Transition cannot be performed because DAP has been disabled.

OfferDoesNotSupportBillingCycle 10

The offer does not support the billing cycle Happens when the target offer does not support the billing cycle set on the source subscription.

Other 0

General error.

SubscriptionAddOnsPresent 6

Transition cannot be performed because the source subscription has previously purchased add-ons.

SubscriptionDoesNotHaveAnyTransitionedPaths 7

Transition 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

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

SubscriptionTargetOfferNotFound 8

Transition cannot be performed because the specified transition path is not an available transition path.

UserContextRequired 5

Transition cannot be performed because the current request is using App context.

UserLicenseError 12

User license transfer failed to complete.

Applies to